StealthOrc / cult-pardy

A (hopfeully) self-hosted and customizable jeopardy web app.
MIT License
2 stars 1 forks source link

OAUTH Login via Discord #4

Open StealthOrc opened 4 months ago

StealthOrc commented 4 months ago

Implement OAUTH2 login with discord. Optional: Login as Guest (Name and optional Icon) and "Remember me" fuction

Resources:

Look into the following crates:

Shiirroo commented 3 months ago

Impl Simple OAuth 54d119c to get users Discord@Me status.

Shiirroo commented 3 months ago

OAuth now works 1325310 with the user session and is secured with a session token. Which is reassigned every minute. The OAuth session is currently not being renewed. But the feature is already implemented.