Closed doender closed 4 years ago
Hi,
When I use the plugin I correctly get the user id and id token etc. However, when I parse the token here: https://jwt.io, I always get an 'Invalid signature' error, although the claims in the JWT are correct. Any idea what could be wrong?
+1
Solved it with this. The reason is because auth/keys return multiple keys, I have to find out the kid from the token header, then use the correct key.
auth/keys
kid
https://developer.apple.com/forums/thread/129047
Hi,
When I use the plugin I correctly get the user id and id token etc. However, when I parse the token here: https://jwt.io, I always get an 'Invalid signature' error, although the claims in the JWT are correct. Any idea what could be wrong?