app.views_auth

Attributes

auth_bp

Functions

load_user(user_id)

unauthorized_callback()

logout()

register()

login()

two_factor()

email_confirmation_by_code()

password_reset()

password_reset_requested()

set_new_password(token)

get_google_sso_config()

login_callback_google()

Module Contents

app.views_auth.auth_bp[source]
app.views_auth.load_user(user_id)[source]
app.views_auth.unauthorized_callback()[source]
app.views_auth.logout()[source]
app.views_auth.register()[source]
app.views_auth.login()[source]
app.views_auth.two_factor()[source]
app.views_auth.email_confirmation_by_code()[source]
app.views_auth.password_reset()[source]
app.views_auth.password_reset_requested()[source]
app.views_auth.set_new_password(token)[source]
app.views_auth.get_google_sso_config()[source]
app.views_auth.login_callback_google()[source]