Invalidate token on user logoff

This commit is contained in:
allegroai
2024-03-18 15:38:44 +02:00
parent 88abf28287
commit d3013ac285
5 changed files with 60 additions and 12 deletions

View File

@@ -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