Make default permissions use only : as separator.

This commit is contained in:
2025-08-31 06:43:49 +00:00
parent 24404738ab
commit 0e4e4f4cfa
6 changed files with 17 additions and 21 deletions
-1
View File
@@ -30,5 +30,4 @@ def set_session_cookie(response: Response, token: str) -> None:
max_age=int(EXPIRES.total_seconds()),
httponly=True,
secure=True,
path="/auth/",
)