Description: Implement login flow with JWT token that works offline after first login.
Requirements:
- Login/register API calls to Go backend (gets data from the UI)
- Encrypted token storage
- Token validation at app startup (check expiry)
- Store multiple user accounts with their tokens
- Switch between existing accounts offline
- Block new account creation when offline
Description: Implement login flow with JWT token that works offline after first login.
Requirements: