brook5407 / ft_transcendence

This project is about creating a website for the mighty Pong contest!
https://aispong.brookchin.tech
0 stars 2 forks source link

Security #13

Closed linear[bot] closed 2 months ago

linear[bot] commented 4 months ago
  1. Require user to verify email upon when sign up
  2. 2FA (send OTP to user email when login and verify OTP)
  3. Use JWT for user authentication management
    1. use djangorestframework-simplejwt
    2. store the token in cookies with HttpOnly and Secure flags set
linear[bot] commented 4 months ago
FT-19 Security

1. Require user to verify email upon when sign up 2. 2FA (send OTP to user email when login and verify OTP) 3. Use JWT for user authentication management 1. use djangorestframework-simplejwt 2. store the token in cookies with HttpOnly and Secure flags set