Google Social Login Error - ImmatureSignatureError: The token is not yet valid (iat) #3683
Unanswered
adrenaline681
asked this question in
Q&A
Replies: 1 comment
-
I've been fighting with this, this week as well. It's because the JWT is attempted to be used instantly once it's received now, and if the issued at time is even a little bit off, then it will fail. This is how I'm currently fixing it, but I'm open to better suggestions. I wonder if a PR should be opened with a better solution. iMerica/dj-rest-auth#503 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since my last package upgrade to 0.61.1 I'm getting the following error when trying to login with Google Auth during development.
My PC (Windows) time is set up properly as well as my docker container time (checked using the 'date' command and prints the proper date and time). It seems to work properly in production but since is not working in development it doesnt allow me to login and test auth features in dev.
Any ideas of how I could fix this?
Here is the full stack trace:
Beta Was this translation helpful? Give feedback.
All reactions