Open git-union[bot] opened 6 months ago
As a wallet user, I want a secondary authentication step before finalizing any crypto transaction to prevent sending to a wrong address by mistake.
sequenceDiagram participant User participant WalletApp participant AuthSystem User->>WalletApp: Initiate transaction WalletApp->>User: Request secondary authentication User->>AuthSystem: Provide biometric input AuthSystem-->>WalletApp: Authentication successful WalletApp->>User: Display confirmation and option to cancel/edit User->>WalletApp: Confirm transaction WalletApp-->>User: Transaction submitted successfully
Secondary Authentication for Crypto Transactions
As a wallet user, I want a secondary authentication step before finalizing any crypto transaction to prevent sending to a wrong address by mistake.
Acceptance Criteria