simple-login/app/auth/__init__.py
2020-05-17 10:17:52 +02:00

18 lines
239 B
Python

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