Sign up
Sign in
Activate Multi-Factor Authentication
It is possible to add a step to authentication with email and password authentication. Once users registered, they can activate MFA TOTP:- Users generate a QR Code, that is then scanned in an authentication app such as Authy or Google Authenticator.
- They then send the TOTP code to Hasura Auth. MFA is now activated
- Next time they authenticate, Hasura Auth will first expect their email and password, but then, instead of completing authentication, Hasura Auth will expect the TOTP in order to return the refresh and the access tokens.
AUTH_MFA_ENABLED
environment variable must be set to true
.