mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
20 lines
741 B
Markdown
20 lines
741 B
Markdown
|
---
|
||
|
"@logto/experience-legacy": minor
|
||
|
"@logto/integration-tests": minor
|
||
|
"@logto/experience": minor
|
||
|
"@logto/console": minor
|
||
|
"@logto/phrases": minor
|
||
|
"@logto/schemas": minor
|
||
|
"@logto/core": minor
|
||
|
---
|
||
|
|
||
|
new MFA prompt policy
|
||
|
|
||
|
You can now cutomize the MFA prompt policy in the Console:
|
||
|
1. MfaPolicy.Mandatory: MFA is required for all users
|
||
|
2. MfaPolicy.NoPrompt: Do not ask users to set up MFA - new
|
||
|
3. MfaPolicy.PromptAtSignInAndSignUp: Ask users to set up MFA during registration (skippable, one-time prompt) - new
|
||
|
4. MfaPolicy.PromptOnlyAtSignIn: Ask users to set up MFA on their sign-in after registration (skippable, one-time prompt) - the old policy
|
||
|
|
||
|
`MfaPolicy.UserControlled` is deprecated, use `MfaPolicy.PromptAtSignInAndSignUp` instead.
|