feat(auth): add frontend login and route protection

This commit is contained in:
DS | Schubert 2026-07-02 17:00:50 +02:00
parent 6f7cae9e24
commit 4bc8b20a21
5 changed files with 116 additions and 19 deletions

View file

@ -32,7 +32,7 @@ def login(
key="access_token",
value=token,
httponly=True,
secure=True,
secure=False,
samesite="lax",
max_age=3600,
)