Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
560 stars 161 forks source link

Adding a new filter `jwt_auth_valid_token`. #183

Closed michael-picard closed 1 year ago

michael-picard commented 4 years ago

This is needed when authenticating from nuxtjs with @nuxtjs/auth module.

EchoEllet commented 3 years ago

yes this will help a lot