colda.authentication package
Submodules
colda.authentication.api module
- class colda.authentication.api.Authentication
Bases:
AuthenticationBase
Verify user identity
Methods
user_register user_login user_logout
- classmethod get_instance() Authentication
Singleton pattern. Get instance of current class.
Returns
Authentication
- process_token(token: str) None
Process token from backend and Set correlated attributes
Parameters
token : str
Returns
None
colda.authentication.authentication module
- class colda.authentication.authentication.Authentication
Bases:
AuthenticationBase
Verify user identity
Methods
user_register user_login user_logout
- classmethod get_instance() Authentication
Singleton pattern. Get instance of current class.
Returns
Authentication
- process_token(token: str) None
Process token from backend and Set correlated attributes
Parameters
token : str
Returns
None