mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Invalidate token on user logoff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .auth import get_auth_func, authorize_impersonation
|
||||
from .auth import get_auth_func, authorize_impersonation, revoke_auth_token
|
||||
from .payload import Token, Basic, AuthType, Payload
|
||||
from .identity import Identity
|
||||
from .utils import get_client_id, get_secret_key
|
||||
|
||||
Reference in New Issue
Block a user