Enable TOTP Multi-Factor Authentication in local config and improve MFA UI (#121)

This commit is contained in:
Giancarlo Buomprisco
2025-01-29 14:21:02 +07:00
committed by GitHub
parent 31a35319fd
commit bc38748acd
4 changed files with 11 additions and 6 deletions

View File

@@ -49,6 +49,11 @@ jwt_expiry = 3600
# Allow/disallow new user signups to your project.
enable_signup = true
# Enable TOTP MFA
[auth.mfa.totp]
verify_enabled = true
enroll_enabled = true
[auth.email]
# Allow/disallow new user signups via email to your project.
enable_signup = true