mawoka-myblock / ClassQuiz

ClassQuiz is a quiz-application like Kahoot!, but open-source.
https://classquiz.de
Mozilla Public License 2.0
420 stars 74 forks source link

Google & GitHub Login not working #365

Open n-c0de-r opened 3 months ago

n-c0de-r commented 3 months ago

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 commented 3 months ago

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