Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get token not working in android #29

Open
maheshlalu opened this issue Jun 6, 2020 · 2 comments
Open

Get token not working in android #29

maheshlalu opened this issue Jun 6, 2020 · 2 comments

Comments

@maheshlalu
Copy link

No description provided.

@mario-neb
Copy link

any update on this? getTokens not working only on android. On ios its okay.

@luttmerk
Copy link

What exactly is your problem?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants