Authentication
API endpoints for user authentication — sign up, sign in, token management, and session control.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /auth/signup | Sign up with email and password |
| POST | /auth/login | Log in with email and password |
| POST | /auth/token | Get access token |
| POST | /auth/check-token | Check token |
| POST | /auth/check-email | Check email |
| POST | /auth/logout | Log out |