You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /api/register: Register a new user.
POST /api/login: Authenticate user and generate tokens.
Data Flow
User data is validated and stored in the database upon registration.
Upon successful login, an authentication token is generated and sent to the client.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component Description
No response
API Routes
POST /api/register: Register a new user.
POST /api/login: Authenticate user and generate tokens.
Data Flow
User data is validated and stored in the database upon registration.
Upon successful login, an authentication token is generated and sent to the client.
Additional context
No response
The text was updated successfully, but these errors were encountered: