I need to enable authentication using Auth0 in my django app
This are things i want to achieve with auth0 in my django app
1.MFA with OTP via email
2.2FA using google authentication/authy/etc
3.SSO using google, outlook.
4.existing accounts to move over to Auth0 signin
5.Attach google authentication to current account
I have been looking but can't find proper documentation to integrate auth0 with django can anyone help me with this?