ft_transcendence/src/auth
Maieul BOYER a7c753f38b feat(auth): Added 2FA/OTP manage endpoints
- CodeWise: Changed everything to use undefined when not present
- CodeWise: checks for nonpresent value using `isNullish`
- enableOtp: enable Otp, return topt url. Does nothing when
  already enabled
- disableOtp: disable 2FA Totp for the user
- statusOtp: get the 2FA status for the user. return the Totp Url if
  enabled
- loginDemo: split into two files
- loginDemo: supports for 2FA
- loginDemo: better response box
2025-09-01 15:47:07 +02:00
..
extra feat(auth): Added 2FA/OTP manage endpoints 2025-09-01 15:47:07 +02:00
src feat(auth): Added 2FA/OTP manage endpoints 2025-09-01 15:47:07 +02:00
.dockerignore feat(auth): initialize service 2025-09-01 15:47:07 +02:00
entrypoint.sh feat(auth): Added 2FA/OTP manage endpoints 2025-09-01 15:47:07 +02:00
package.json feat(auth): Base auth with plugins 2025-09-01 15:47:07 +02:00
tsconfig.json feat(auth): initialize service 2025-09-01 15:47:07 +02:00
vite.config.js feat(death): I want to die... 2025-09-01 15:47:07 +02:00