mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 15:01:48 +02:00
feat(auth): moved to httponly token
This commit is contained in:
@ -118,4 +118,5 @@ def backend(redis_server):
|
||||
"bec_atlas.router.redis_router.BECAsyncRedisManager", PatchedBECAsyncRedisManager
|
||||
):
|
||||
with TestClient(app.app) as _client:
|
||||
app.user_router.use_ssl = False # disable ssl to allow for httponly cookies
|
||||
yield _client, app
|
||||
|
Reference in New Issue
Block a user