authenticate with JWT from Google
-
I have a general configuration question.
How do I set up simple-jwt-login to log user in with Google’s JWT?
The algorithm is RS256. I have generated a key pair myself and put them in the ‘General‘ tab.
In the ‘Login‘ tab, I select ‘Login in by email’ with parameter key being ’email’.
However, when I GET the endpoint, I received{ "success": false, "data": { "message": "Signature verification failed", "errorCode": 11 } }
What have I done wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘authenticate with JWT from Google’ is closed to new replies.