Results 28 comments of Layton Whiteley

i was also searching for this and realised i couldn't specify which properties to add to the token, personally i would like to add roles and permissions information to the...

> This is documented (even with permissions as an example) in the [Stateless JWT guide](https://docs.feathersjs.com/cookbook/authentication/stateless.html). 👍 thanks this is great for my use case, im not sure why i didnt...

> Only risk is that the payload could become huge if your entity has a lot of data all good points. i think you could do a property whitelist approach...

My main point was that the payload and authentication process should be lean and transparent. `payload.sub` already contains the user id so in that regard the whitelist can be empty...

didn't test this but i know React native enforces z-index based on the order you define the components you should try putting the Popup as the last component within the...

@khanhdd83 you should post yours in a new issue with better context on what you have done so someone can attempt to solve it.. similar to the main body of...

didn't get to submit post via the wp-api but was able to post the form . checkout my notes in the following PR Hopefully it helps somewhat. https://github.com/tlovett1/custom-contact-forms/issues/285

i resolved this issue by passing the `wp_nonce` in the request `'X-WP-Nonce': WP_API_Settings.nonce` where `WP_API_Settings` is added to the global scope by wp-api

tried to do a post when i embedded the form in the view using wp-api. also had the settings set to post without user authenticated got ```json { "error": "nonce",...