Authentication
Endpoints for user authentication and account management.
Authentication Flow:
- Register a new account using
/auth/signup
- Login with
/auth/login
to receive a JWT token - Include the JWT token in the Authorization header for all subsequent requests
Token Usage:
Authorization: Bearer your_jwt_token_here