gege-jdr-backend/settings
Lucien Cartier-Tilet 9489f78224
Some checks failed
CI / tests (push) Failing after 3m53s
feat: initial OAuth implementation with Discord
For now, only a basic implementation of OAuth with Discord is
implemented. If the user calls the Discord signin endpoint, they get
redirected to Discord’s OAuth page. Once they accept, they get
redirected back to the backend’s callback API endpoint. The token the
user got from Discord is stored in the user’s session.

When the user wants to log out, the user’s session’s token is wiped.

This commit also updates the dependencies of the project. It also
removes the dependency lettre as well as the mailpit docker service
for developers as it appears clearer this project won’t send emails
anytime soon.
2024-11-23 10:09:03 +01:00
..
base.yaml feat: authentication through Discord OAuth2 2024-08-10 12:13:05 +02:00
development.yaml feat: initial OAuth implementation with Discord 2024-11-23 10:09:03 +01:00
production.yaml Initial commit 2024-08-10 12:02:33 +02:00