Generate JWT Token without username and passwird
-
Hello developers … Thank you for providing such a good plugin. I am working on generating a JWT token for the users who log in to my site and that token will be used for a external dashboard.
The issue that I am facing is that for generating a JWT token you need to pass
username
andpassword
asform-data
to/wp-json/jwt-auth/v1/token
endpoint but the password that is stored in the database is hashed and cannot be decrypted so what is the solution for this? I cannot send plain text password to the endpoint.Looking forward to your suggestions.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Generate JWT Token without username and passwird’ is closed to new replies.