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
This commit is contained in:
Dani B
2026-01-28 12:07:03 -05:00
parent e56dd26fef
commit eacfa0d705
2 changed files with 40 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ dependencies:
# Secure storage for authentication tokens
flutter_secure_storage: ^9.0.0
# Logging for debugging and monitoring
logger: ^2.0.2
dev_dependencies:
flutter_test: