You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, I was printing the access token to the console and trying to verify it but copying it and pasting into a JWT verifier. I kept getting a token with an invalid signature in Android but a valid token in iOS.
The issue for me was that the Android logger was truncating the output of the print statement and I was copying only the first part of the token. I was missing the last 23 characters of the token.
No description provided.
The text was updated successfully, but these errors were encountered: