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:
@ -14,7 +14,6 @@ def logged_in_client(backend):
|
||||
token = response.json()
|
||||
assert isinstance(token, str)
|
||||
assert len(token) > 20
|
||||
client.headers.update({"Authorization": f"Bearer {token}"})
|
||||
return client
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user