simple-jwt-authentication icon indicating copy to clipboard operation
simple-jwt-authentication copied to clipboard

Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.

Results 17 simple-jwt-authentication issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that when I install and access the plugin, it shows the following warning: **Notice: Function register_rest_route was called incorrectly. The REST API route definition for simple-jwt-authentication/v1/token is...

Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 3.0.0 to 6.0.0. Release notes Sourced from firebase/php-jwt's releases. v6.0.0 Note: This version is compatible with PHP >= 5.3 Backwards Compatibility Breaking Changes The second argument of...

dependencies

Hi, I came here from https://github.com/Tmeister/wp-api-jwt-auth and I have installed your plugin https://wordpress.org/plugins/simple-jwt-login/ I am trying to implement social logins (Facebook, Google, Twitter, LinkedIn & Apple) for my Flutter mobile...

Looking for a JWT solution that can generate and use a consistent token across multiple domains including production, staging and local. One of the benefits of JSON Web Tokens is...

Hi, first of all thank you for this plugin it works fine. However I found a trouble using it along with Woocommerce plugin. Due to the kind of host of...

bug

after active this plugin on network, can i have same plugin settings on all sites rather then reconfigure on each site

I have a new custom route which I created via register custom route which I need to secure. If I provide a validate callback which returns true always and forever,...

Hi @jonathan-dejong while updating to the latest version I figured out, that the `jwt_data` object growths really huge in size over time. I found some accounts having arrays of several...

enhancement

Hello, It would be great if you could add your plugin to [wpackagist](https://wpackagist.org/) and to the WordPress plugins repository. A lot of developers use Composer (and wpackagist) to install WordPress...

enhancement

Hi, I'm developing a mobile app and I use this plugin to generate my users' token. I have this scenario and I think that could be common to many other...

enhancement