pesseba
pesseba
Same problema here... When I start talk in Android it closes the app. There is no erros in log... Build in Unity 2020.3.27
The ``array_push()`` do not return the new array and the hook uses 1 parameter. You must to do something like this: ``` function jwt_whitelist( $endpoints) { array_push($endpoints,'/wp-json/jetpack/*'); array_push($endpoints,'/wp-json/elementor/*'); return $endpoints;...
I don't know how the NewspaperX theme works, but probably it is using internal api requests, so it causes the problem. Try to add this code in a plugin or...
The way the plugin handle with it is with whitelist. You need to create your own whitelist with the endpoints your site uses. The plugin is customizable by filters to...
I note it was already mentioned here https://github.com/usefulteam/jwt-auth/issues/2 and should be fixed in 1.4 version. But I still got the problem.
I created a fork whith this implementation and a pull request: And a pull request: https://github.com/usefulteam/jwt-auth/pull/10
Cool @contactjavas. Thanks fot the invitation.
I created a fork whith this implementation and a pull request: And a pull request: https://github.com/usefulteam/jwt-auth/pull/10
If I understood well, you are trying to get a token with username and password, but you are sending the Authorization header too. Try to remove Authorization header in this...
I understood now. I work in this same way in staging environment and this problem not happen with me.