Enable manual account linking (#289)
This commit is contained in:
committed by
GitHub
parent
cada76070f
commit
180e0e0c5e
@@ -48,6 +48,7 @@ additional_redirect_urls = ["http://localhost:3000", "http://localhost:3000/auth
|
|||||||
jwt_expiry = 3600
|
jwt_expiry = 3600
|
||||||
# Allow/disallow new user signups to your project.
|
# Allow/disallow new user signups to your project.
|
||||||
enable_signup = true
|
enable_signup = true
|
||||||
|
enable_manual_linking = true
|
||||||
|
|
||||||
# Enable TOTP MFA
|
# Enable TOTP MFA
|
||||||
[auth.mfa.totp]
|
[auth.mfa.totp]
|
||||||
|
|||||||
Reference in New Issue
Block a user