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
549 stars 159 forks source link

Can't change JWT_AUTH_SECRET_KEY value from "your-top-secret-key" to others #217

Closed davidekingsss closed 3 years ago

davidekingsss commented 3 years ago

I got "Signature verification failed" error when I tried to change "your-top-secret-key" into another value.

{"code":"jwt_auth_invalid_token","message":"Signature verification failed","data":{"status":403}}

I reboot server but not working. Everything goes well when I change it back to default. How can I fix it?