Actions
User Story #537
openFeature #533: Authentication Hum Rahi
EPIC #534: Epic: User Authentication - Mobile & OTP
User Story 3: Front-End - Persistent Session (Remember Me)
Start date:
Due date:
% Done:
0%
Estimated time:
Reviewer:
Description
As a Returning User, I want the system to remember my mobile number, so that I don't have to re-type it every time I log in.
-
In-Scope:
- Local storage or Cookie implementation for the mobile number.
- Auto-populating the input field on page load if data exists.
-
Out-of-Scope:
- Storing sensitive OTPs or passwords in local storage.
-
Acceptance Criteria (AC):
-
AC1: If "Remember me" is checked, store the mobile number in
localStorageupon successful "Send OTP" click. - AC2: On page refresh, if a stored number exists, populate the input field.
- AC3: If "Remember me" is unchecked, clear any existing stored mobile number from the browser.
-
AC1: If "Remember me" is checked, store the mobile number in
-
Validation Rules:
- Security: Only store the 10-digit number; do not store session tokens in local storage.
-
Error Messages:
- N/A (Silent failure if storage is blocked by browser settings).
No data to display
Actions