Signature Verification Failed, Error Code 11
-
First of all congratulate on an awesome plugin you have got here.
I know this could be a duplicate issue but the only thread could not be much of a help.
In general setting of the plugin
Decryption key source - Plugin Settings JWT Decrypt Algorithm - HS256 JWT Decryption Key - my-secret-keyI am using py-jwt to create the token. Below is the code
encoded_jwt = jwt.encode({"some": "payload"}, 'my-secret-key', algorithm="HS256")When using the Endpoint to Autologin
https://<my-domain>/?rest_route=/simple-jwt-login/v1/autologin&JWT=<encoded_jwt>I am getting below error
{"success":false,"data":{"message":"Signature verification failed","errorCode":11}}Can you please help me what am I doing wrong?
The topic ‘Signature Verification Failed, Error Code 11’ is closed to new replies.