simple-login/app/app/auth/__init__.py
2022-12-30 16:23:27 +00:00

20 lines
270 B
Python

from .views import (
login,
logout,
register,
activate,
resend_activation,
reset_password,
forgot_password,
github,
google,
facebook,
proton,
change_email,
mfa,
fido,
social,
recovery,
api_to_cookie,
)