Issue: Implement Stellar Wallet Session Persistence
Description
Develop a secure mechanism to persist authenticated wallet sessions across page refreshes and browser restarts. The system should automatically reconnect previously authorized wallets, handle session expiry gracefully, and use encrypted storage strategies (e.g., localStorage/IndexedDB) to ensure security and reliability.
Acceptance Criteria
- Session survives refresh and browser restart
- Automatic expiry and invalidation handling
- Secure storage strategy (encrypted, tamper-resistant)
- Clear UI feedback for reconnect attempts (loading, success, error)
- Compatibility with multiple wallet providers (e.g., Freighter, Albedo)
Issue: Implement Stellar Wallet Session Persistence
Description
Develop a secure mechanism to persist authenticated wallet sessions across page refreshes and browser restarts. The system should automatically reconnect previously authorized wallets, handle session expiry gracefully, and use encrypted storage strategies (e.g., localStorage/IndexedDB) to ensure security and reliability.
Acceptance Criteria