-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
JWT decode callback token exception #218
Comments
I got the same error.I skipped JWT decoding by adding scope
|
@Ashviniv @handleror Do you know root cause of this issue? I am facing same issue and behavior is total random. Sometimes I am successfully able to login and sometimes get this error. I observed such errors in my production log as well and those are very random or do anyone of you know reproduction steps? |
@Shwetakale As per my knowledge and the closed issue #195 omniauth-google-oauth2 uses JWT gem, which contains the ruby implementation of oauth algorithm. which internally uses I hope the Issue #195 can help you to reproduce the issue. |
got this issue after omniauth callback results:
JWT::InvalidIatError (Invalid iat): jwt (1.5.0) lib/jwt.rb:170:in
decode'omniauth-google-oauth2 (0.2.8) lib/omniauth/strategies/google_oauth2.rb:61:in
block in <class:GoogleOauth2>'
The text was updated successfully, but these errors were encountered: