auth_api_rest_mobile 1.0.1
auth_api_rest_mobile: ^1.0.1 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.
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