This commit is contained in:
2025-11-06 19:17:50 -03:00
parent 14f8b65df5
commit 58e2bf0c32
15 changed files with 559 additions and 382 deletions

View File

@@ -14,4 +14,4 @@ OAUTH2_SCOPES_SUPPORTED: list[str] = [
'apps:insights',
]
SESSION_EXPIRES_IN = 86400 * 30 # 30 days
SESSION_EXPIRES_IN = 86_400 * 30 # 30 days