mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 04:53:59 +02:00
apply the same changes to the redirecting cookie transport
This commit is contained in:
@@ -119,7 +119,9 @@ bearer_transport = BearerTransport(tokenUrl="auth/jwt/login")
|
||||
cookie_transport = CookieTransport(
|
||||
cookie_max_age=LIFETIME, cookie_samesite="lax", cookie_secure=False
|
||||
)
|
||||
openid_cookie_transport = RedirectingCookieTransport(cookie_max_age=LIFETIME)
|
||||
openid_cookie_transport = RedirectingCookieTransport(
|
||||
cookie_max_age=LIFETIME, cookie_samesite="lax", cookie_secure=False
|
||||
)
|
||||
|
||||
bearer_auth_backend = AuthenticationBackend(
|
||||
name="jwt",
|
||||
|
||||
Reference in New Issue
Block a user