tardis.rest.app.routers.user module

async tardis.rest.app.routers.user.get_token_scopes(Authorize: AuthJWT = Depends(AuthJWT))[source]
async tardis.rest.app.routers.user.get_user_me(Authorize: AuthJWT = Security(check_authorization))[source]
async tardis.rest.app.routers.user.login(login_user: LoginUser, expires_delta: Optional[int] = None, Authorize: AuthJWT = Depends(AuthJWT))[source]
async tardis.rest.app.routers.user.logout(Authorize: AuthJWT = Depends(AuthJWT))[source]
async tardis.rest.app.routers.user.refresh(Authorize: AuthJWT = Depends(AuthJWT))[source]