Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1007 Bytes

todo.md

File metadata and controls

30 lines (27 loc) · 1007 Bytes

Projects todo list

User Controller

  • Get all Users ✔️
  • Get User by Id ✔️
  • Get Current User ✔️
  • Create new User ✔️
  • Update User ✔️
  • Delete User by Id ✔️
  • Update Current User's Email ✔️
    • Email token to user ✔️

Auth Controller

  • User SignUp ✔️
    • Send Verification Codo to users' email ✔️
  • User SignIn ✔️
  • User Request Magic Link ✔️
    • Send Magic Link to user's email ❌
  • User MagicLink SignIn ✔️
  • User SignOut ✔️
  • User Validate ✔️
  • User Account Verify ✔️
  • Protect middleware ✔️
  • Role restricted Route ✔️
  • ForgotPassword ✔️
    • Email token to user ✔️
  • ResetPassword ✔️
  • Update Password ✔️
  • Route Rate Limiter ✔️