Problem
Storing Google password in environment variables is insecure and doesn't support 2FA accounts.
Proposed Solution
Implement proper OAuth flow for the browser automation account:
- User authorizes once via OAuth consent screen
- Store refresh token securely
- Auto-refresh access tokens
Technical Considerations
- Need OAuth client credentials
- Secure token storage (encrypted file or keychain)
- Handle token refresh
- Support for multiple Google accounts?
Security
This is important for production use. Current password approach is prototype-only.
Problem
Storing Google password in environment variables is insecure and doesn't support 2FA accounts.
Proposed Solution
Implement proper OAuth flow for the browser automation account:
Technical Considerations
Security
This is important for production use. Current password approach is prototype-only.