auth_api_rest_web 3.0.0
auth_api_rest_web: ^3.0.0 copied to clipboard
Flutter package for OAuth2 authentication with session management, OTP validation, password recovery, and user registration. Web platform only. Uses BLoC pattern.
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 #
2.0.0 - 2025-12-01 #
1.0.1 - 2024-11-26 #
1.0.0 - 2024-11-20 #
Added #
- Initial release for web platform
- OAuth2 authentication with Authorization Code Grant flow
- Session management with multiple active sessions support
- OTP (Two-Factor Authentication) with Google Authenticator integration
- Password recovery flow (3-step process)
- User registration support
- BLoC pattern implementation for state management
- Real-time socket integration for session synchronization
- Debug logging with configurable levels