Feature #8419
closedGuest Login Enhancement with OTP for Existing Customers
Description
Improved authentication flow by enabling guest login with OTP verification for existing customers.
Added guest login option in login/signup flow.
Implemented logic to detect if a customer already exists based on mobile number.
If existing customer is found, trigger OTP verification flow instead of creating a duplicate account.
Enabled seamless login experience for returning users without requiring full signup.
Prevented duplicate customer records by reusing existing accounts.
Ensured secure OTP validation and proper session handling after login.
Subtasks
Related issues