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
558 stars 161 forks source link

split generate_token in 2 functions. #115

Closed gassan closed 1 year ago

gassan commented 6 years ago

This allows us to regenerate token without having to know the password. Otherwise, a user must enter the password every week.