inital commit

This commit is contained in:
root
2025-09-12 10:00:32 +05:00
parent f6bce5d120
commit b4455b7024
32 changed files with 1603 additions and 11 deletions
+19
View File
@@ -0,0 +1,19 @@
## Identity
Требуется авторизация `Authorization: Bearer <access_token>`.
### Текущий пользователь
GET `/api/identity/me`
Ответ:
```json
{
"id": 1,
"email": "root@konturai.local",
"roles": ["ROLE_ADMIN", "ROLE_USER"]
}
```
Ошибки: 401 — нет или просрочен токен