-
Notifications
You must be signed in to change notification settings - Fork 53
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
Google Callback Error #164
Comments
Hi! This is a pickle, because it is usually difficult to debug the callback, because you don't have much to work with (you have no response, the provider actually sends request to you). |
I will release a logging of callback request params and headers in the next version, you can try running it like this: import logging
logging.basicConfig(level=logging.DEBUG)
# rest of your code If the request does not contain |
Please try with debug logging using 0.15.0 https://github.com/tomasvotava/fastapi-sso/releases/tag/0.15.0 |
Hi, it's both, I have an email sent every time it crashes and a user can't log in. Usually I receive like 4 emails per day which is a bit too much. You can try it out yourself on my website as this is maybe the best way to see it (if it happens to you): Also here are the screenshots: Also here's my implementation, in case it helps (it's the same thing for facebook): This last Raise is the one that gets the email sent and line 41 is the one that crashes.Then, the next snippet, show what's crashing in your library: Hope it helps! |
Like I said in #173, we'll need to know more on what the provider is sending back to you. Please try using the aforementioned 0.15.0 release along with |
Hello,
Sometimes, no matter what I do, I receive this error and my users can't log in:
Please, note that I always use the latest version and I've been coming across this error in all versions.
Thank you.
The text was updated successfully, but these errors were encountered: