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

Error cambiando el algoritmo / error changing the algorithm #248

Open guillermo259 opened 2 years ago

guillermo259 commented 2 years ago

Cuando intento cambiar el jwt_auth_algorithm de hs256 a rs256 me retorna un error 500 en el postman. ¿me podrías ayudar?

when I try to change the jwt_auth_algorithm from hs256 to rs256 returns me a error 500 in the postman. can you help me with this?

Tmeister commented 2 years ago

Hi,

How are you trying to change it?

A code snippet would help and the error description as well.