graphai.api.auth.router module

graphai.api.auth.router.create_access_token(data: dict, expires_delta: timedelta | None = None)
async graphai.api.auth.router.get_current_user(security_scopes: SecurityScopes, token: str)
async graphai.api.auth.router.get_current_active_user(current_user: User)
async graphai.api.auth.router.get_active_user_dummy()
async graphai.api.auth.router.get_user_for_rate_limiter(headers: Headers, path: str)
async graphai.api.auth.router.login_for_access_token(form_data: OAuth2PasswordRequestForm) Token
async graphai.api.auth.router.read_users_me(current_user: User)