Closed ashishsoniii closed 5 months ago
authRoutes.js
userManagementRoutes.js
Middleware: Super Admin Authentication Middleware
Security: Passwords are hashed using bcrypt before storing in the database, JWT tokens are generated and verified for authentication.
Routes in this PR:
authRoutes.js
userManagementRoutes.js
Middleware: Super Admin Authentication Middleware
Security: Passwords are hashed using bcrypt before storing in the database, JWT tokens are generated and verified for authentication.