Commit Graph

2 Commits

Author SHA1 Message Date
Dani B
eacfa0d705 feat(01-06): enhance auth repository with comprehensive password reset
- Added comprehensive error handling for password reset scenarios
- Integrated logging for debugging password reset flows
- Enhanced password strength validation before updates
- Improved error messages for expired/invalid tokens
- Added proper session handling after password changes
- Better user feedback with detailed error mapping

Files:
- lib/features/authentication/data/repositories/auth_repository_impl.dart
- pubspec.yaml
2026-01-28 12:07:03 -05:00
Dani B
923e776062 feat(01-01): Initialize Flutter project with Supabase dependencies
- Added supabase_flutter: ^2.12.0 for authentication and database
- Added flutter_dotenv: ^5.1.0 for environment management
- Added go_router: ^13.0.0 for navigation
- Added riverpod: ^2.5.0 for state management
- Added flutter_secure_storage: ^9.0.0 for secure token storage
- Created Flutter project structure with default template
2026-01-28 08:22:04 -05:00