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

Google & GitHub Login not working #365

Open
n-c0de-r opened this issue Apr 9, 2024 · 1 comment
Open

Google & GitHub Login not working #365

n-c0de-r opened this issue Apr 9, 2024 · 1 comment
Labels
bug Something isn't working complexity:2 prio:2 Medium priority

Comments

@n-c0de-r
Copy link

n-c0de-r commented Apr 9, 2024

I tried both, and both accounts are verified and in constant use.

Weirdly enough Google Login gives me the following JSON (I assume) element as a message:
google

While the GitHub attempt wrongly suggest that I check my verification status:
GitHub
But at least it gives some kind of correct respond there.

@mawoka-myblock
Copy link
Owner

Regarding the Google error: Trying again could solve the problem temporarily.

The reason: The CSFR protection data gets stored in the session in FastAPI but the session isn't shared among the workers -> data is lost when the requests are processed from different workers

@mawoka-myblock mawoka-myblock added bug Something isn't working prio:2 Medium priority complexity:2 labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working complexity:2 prio:2 Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants