issues
search
DoubleV37
/
ft_transcendence
4
stars
0
forks
source link
Authentification, utilisateurs
#9
Closed
DoubleV37
closed
7 months ago
DoubleV37
commented
9 months ago
[x] Système d'authentification (BdD)
[x] Sign In
[x] Sign Up
[ ] Recovery Password
[ ] Distant Auth with 42 API - OAUTH 2.0
[x] JWT and 2FA Auth
[x] Gestion Utilisateur (page compte)
V0lk7
commented
8 months ago
OAuth 2.0 - 42 API
Django toolkit OAuth
42 Api OAuth
/ look if Javascript SDK exist for it
Two-Factor Authentication (2FA)
Django toolkit
enhance the front and the back to be able to login with username/password/2FA code and OAuth/2FA code
JSON Web token (JWT)
Django Toolkit
enhance the front to be able to put the token in the request header and to handle the lifespan of it and refresh it when needed.