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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user