Auth API
api/auth
| Méthode | Route | Handler |
|---|---|---|
POST | /api/auth/register | register |
POST | /api/auth/login | login |
POST | /api/auth/forgot-password | forgotPassword |
POST | /api/auth/reset-password | resetPassword |
GET | /api/auth/profile | getProfile |
PATCH | /api/auth/profile | updateProfile |
POST | /api/auth/avatar | ? |
POST | /api/auth/impersonate/:id | impersonate |