auth_api_rest_mobile 3.0.0
auth_api_rest_mobile: ^3.0.0 copied to clipboard
Flutter authentication package providing OAuth2-based authentication with session management, OTP validation, password recovery, and user registration. Supports iOS and Android platforms.
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.
3.0.0 - 2025-12-04 #
Changed #
- Major version update for pub.flutter-io.cn publication
- Updated all dependencies to latest compatible versions
- Removed GitHub repository references for pub.flutter-io.cn compatibility
2.0.0 - 2025-12-01 #
Changed #
- Major version update for pub.flutter-io.cn publication
- Updated all dependencies to latest compatible versions
1.0.0 - 2024-11-26 #
Added #
- Initial release of auth_api_rest_mobile package
- OAuth2-based authentication with session management
- Login and logout functionality via
AuthBloc - OTP generation and validation support
- Password recovery flow (3-step process)
- User registration with temporary session handling
- Active session management (list and close sessions)
- Socket integration for real-time updates
- Support for iOS and Android platforms
- BLoC pattern for state management
- Debug logging with configurable flags