mirror of
https://github.com/simple-login/app.git
synced 2024-11-02 20:01:01 +01:00
3a75686898
* Create a token to exchange for a cookie * Added Route to exchange token for cookie * add missing migration Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
20 lines
270 B
Python
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,
|
|
)
|