flutter_freedome_authentication 1.1.0
flutter_freedome_authentication: ^1.1.0 copied to clipboard
FreeDome authentication library for Flutter applications
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-01-01 #
Added #
- Initial release of flutter_freedome_authentication
- User authentication with login/logout functionality
- User registration with validation
- Password management (change/reset)
- Token management (access/refresh tokens)
- Secure password hashing using SHA-256
- Persistent authentication state with SharedPreferences
- Event-driven architecture with Stream controllers
- Comprehensive test coverage
- JSON serialization support for all models
- Error handling with custom exceptions