app.core.auth
Module Contents
Classes
Functions
|
|
|
|
|
Attributes
- app.core.auth.JWT_SECRET
- app.core.auth.JWT_ALGORITHM
- app.core.auth.token_response(token: str)
- app.core.auth.signJWT(user_id: str) Dict[str, str]
- app.core.auth.decodeJWT(token: str) dict