mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(users): setup user authentication methods schema and apis (#4999)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
This commit is contained in:
		| @ -420,6 +420,12 @@ pub enum Flow { | ||||
|     TerminateTwoFactorAuth, | ||||
|     // Check 2FA status | ||||
|     TwoFactorAuthStatus, | ||||
|     // Create user authentication method | ||||
|     CreateUserAuthenticationMethod, | ||||
|     // Update user authentication method | ||||
|     UpdateUserAuthenticationMethod, | ||||
|     // List user authentication methods | ||||
|     ListUserAuthenticationMethods, | ||||
|     /// List initial webhook delivery attempts | ||||
|     WebhookEventInitialDeliveryAttemptList, | ||||
|     /// List delivery attempts for a webhook event | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Apoorv Dixit
					Apoorv Dixit