Authentication
User login, token refresh, and current-user lookup
Available Endpoints
- POST /api/users/login - Log in
- POST /api/users/refresh - Refresh access token
- GET /api/users/check-token - Validate access token
- GET /api/users/me - Get current user
This documentation is automatically generated from the OpenAPI specification.