[firebase_auth] Invalid JWT is generated? #6840
Unanswered
NachiketaVadera
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, this is in reference to issue #1265. I am facing the same issue.
The Google Sign In package gives me a base64 URL safe token and as the issue mentions that the Java SDK on the server side is expecting RFC4648/RFC3548 Base64 encoding. The thing here is that after converting the token, the signature part is not being verified properly.
Beta Was this translation helpful? Give feedback.
All reactions