hpcc-systems / Tombolo

Apache License 2.0
5 stars 4 forks source link

Added registration and login routes, middlewares, controlles and util… #889

Closed ydahal1 closed 1 month ago

ydahal1 commented 1 month ago

…tiy functions. Modified RoleTypes, UserRoles model, added migration file and model for refresh_token

Description

Implemented User Registration and Authentication

  1. Added routes for user registration and login.
  2. Developed middleware for authentication and validation.
  3. Created utility functions to support the login and registration process.
  4. Updated RoleTypes and UserRoles models.
  5. Added migration file and model for refresh_token management.

Type of change

Developer Checklist:

Reviewer Checklist

ydahal1 commented 1 month ago
  1. Added routes for user registration and login.
  2. Developed middleware for authentication and validation.
  3. Created utility functions to support the login and registration process.
  4. Updated RoleTypes and UserRoles models.
  5. Added migration file and model for refresh_token management.