Auth
Registrazione, login e logout token-based per app Flutter.
| Method | Endpoint | Auth | Parametri |
|---|---|---|---|
| POST | /auth/register | No | name, email, password, password_confirmation, device_name? |
| POST | /auth/login | No | email, password, device_name? |
| POST | /auth/logout | Si | Bearer token in header |