Getting JWT Token
-
Hey guys, I just installed the plugin and configurated it but I’m missing a JWT Token, where I can get this and where do I have to store it?
I’ve tried it with:
define('JWT_AUTH_SECRET_KEY', 'random-security-key');
whereas random-security-key is replaced with my SECURE_AUTH_KEY already existing in my wp-config file.
When inserting my URL (https://elithairtransplant.com/german/?rest_route=/simple-jwt-login/v1/autologin&jwt=JWT) into a new browser tab, I get the following error:
{"success":false,"data":{"message":"Wrong Request.","errorCode":23}}
I guess it might be because of a wrong JWT Token.
The page I need help with: [log in to see the link]
- The topic ‘Getting JWT Token’ is closed to new replies.