Merge remote-tracking branch 'origin/main' into user-management

This commit is contained in:
Tzvetan Trave
2025-10-01 20:17:17 +02:00

View File

@ -3,3 +3,9 @@ GET `/me`
Inputs : just need the JWT cookie
Returns the user of the account
```
{
user: ":userId"
}
```