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

I ran into this issue and found someone who solved it by changing the library code. I came here to check whether he had added an issue, and it seems...

enhancement

https://developer.wordpress.org/reference/functions/current_time/

Can we please add filter support for the revoke function, ie: ` if ( $tokens ) { foreach ( $tokens as $key => $token_data ) { if ( $token_data['uuid'] ===...

Hi ! I'm migrating from https://github.com/Tmeister/wp-api-jwt-auth, since it seems it is abandoned. Why don't you publish your plugin on Wordpress.org ? Thanks.

duplicate

Can you set it up so when a password is updated it automatically deletes all that users tokens?

enhancement

Thinking it may be useful to be able to revoke all, or perhaps do bulk selection and revoke. Right now if I wanted to revoke the tokens of 20 users,...

enhancement

Great plugin, saved me a great deal of pain. Experienced buggy behaviour when I tried to reset the password through the WP REST api callback, the reset key was never...