feat(users): add support to verify 2FA using recovery code (#4737)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Apoorv Dixit
2024-05-23 19:10:27 +05:30
committed by GitHub
parent 42e5ef1551
commit f04c6ac030
20 changed files with 140 additions and 27 deletions

View File

@ -406,8 +406,10 @@ pub enum Flow {
TotpBegin,
/// Verify TOTP
TotpVerify,
/// Verify Access Code
RecoveryCodeVerify,
/// Generate or Regenerate recovery codes
GenerateRecoveryCodes,
RecoveryCodesGenerate,
// Terminate two factor authentication
TerminateTwoFactorAuth,
/// List initial webhook delivery attempts