simpler-parent-select

This commit is contained in:
2025-07-01 01:20:48 +03:00
parent 2683982180
commit bb41c02d62
18 changed files with 3281 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ class SessionTokenManager(BaseTokenManager):
# Создаем JWT токен
jwt_token = JWTCodec.encode(
{
"id": user_id,
"user_id": user_id,
"username": username,
}
)