Project

General

Profile

Actions

User Story #537

open

Feature #533: Authentication Hum Rahi

EPIC #534: Epic: User Authentication - Mobile & OTP

User Story 3: Front-End - Persistent Session (Remember Me)

Added by Islam Mansoori about 1 month ago.

Status:
To Do
Priority:
low
Assignee:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

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 localStorage upon 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.
  • 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

Also available in: Atom PDF