hyperswitch-control-center icon indicating copy to clipboard operation
hyperswitch-control-center copied to clipboard

chore: segregate Auth Module to BASIC Auth and TOTP Auth

Open JeevaRamu0104 opened this issue 9 months ago • 0 comments

Segregate the existing authentication module into two distinct authentication methods: Basic Authentication (BASIC Auth) and Time-based One-Time Password Authentication (TOTP Auth). This segregation will allow users to choose between traditional username-password authentication and enhanced two-factor authentication (2FA) using TOTP tokens. By providing these authentication options, we aim to accommodate users' security preferences and provide flexibility in authentication methods.

JeevaRamu0104 avatar May 14 '24 12:05 JeevaRamu0104