mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Rename server to apiserver
This commit is contained in:
4
apiserver/service_repo/auth/__init__.py
Normal file
4
apiserver/service_repo/auth/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .auth import get_auth_func, authorize_impersonation
|
||||
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