We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the OTP verification workflow for OpenSpark v2 to ensure user authentication after signup and login. The workflow should:
otpVerified
false
true
The OTP workflow ensures users complete OTP verification after signup and login if the otpVerified flag is false.
NA
Beckn
TBD
Medium
Frontend Development
Feature Implementation
The text was updated successfully, but these errors were encountered:
aniketceminds
No branches or pull requests
Description
Implement the OTP verification workflow for OpenSpark v2 to ensure user authentication after signup and login. The workflow should:
otpVerified
flag:false
, navigate the user to the OTP verification page.true
, allow access to the application.Goals
otpVerified
flag and handle redirection accordingly.Expected Outcome
The OTP workflow ensures users complete OTP verification after signup and login if the
otpVerified
flag isfalse
.Acceptance Criteria
otpVerified
flag is checked:false
, users are redirected to the OTP page.true
, users are allowed access to the application.Mockups / Wireframes
NA
Product Name
Beckn
Domain
TBD
Tech Skills Needed
Complexity
Medium
Category
Frontend Development
Sub Category
Feature Implementation
The text was updated successfully, but these errors were encountered: