config-fix
All checks were successful
Deploy on push / deploy (push) Successful in 3m19s

This commit is contained in:
2025-09-30 21:48:29 +03:00
parent 3ae675c52c
commit 14ff155789
11 changed files with 19 additions and 19 deletions

View File

@@ -281,7 +281,7 @@ async def delete_session(token: str) -> bool:
### JWT токены
- **Алгоритм**: HS256
- **Secret**: Из переменной окружения JWT_SECRET
- **Secret**: Из переменной окружения JWT_SECRET_KEY
- **Payload**: `{user_id, username, iat, exp}`
- **Expiration**: 30 дней (настраивается)