auth_api_rest_web 3.0.0 copy "auth_api_rest_web: ^3.0.0" to clipboard
auth_api_rest_web: ^3.0.0 copied to clipboard

Platformweb

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 #

Changed #

  • Updated api_rest_flutter_web dependency to ^3.0.0
  • Updated flutter_data_cloud_provider dependency to ^3.0.0

Fixed #

  • Compatibility with latest dependency versions

2.0.0 - 2025-12-01 #

Changed #

  • Updated api_rest_flutter_web dependency to ^2.0.0
  • Updated flutter_data_cloud_provider dependency to ^1.0.0
  • Updated flutter_http_provider dependency to ^2.0.0

Fixed #

  • Compatibility with latest dependency versions

1.0.1 - 2024-11-26 #

Changed #

  • Renamed package from auth_api_rest to auth_api_rest_web for web-specific distribution
  • Updated dependencies to use pub.flutter-io.cn published packages
  • Removed webview_flutter dependency (not needed for web platform)

Fixed #

  • Platform compatibility: now explicitly supports web platform only

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
0
likes
140
points
241
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for OAuth2 authentication with session management, OTP validation, password recovery, and user registration. Web platform only. Uses BLoC pattern.

Documentation

API reference

License

MIT (license)

Dependencies

api_rest_flutter_web, bloc, crypto, equatable, flutter, flutter_bloc, flutter_data_cloud_provider, flutter_data_shp_provider, flutter_http_provider, flutter_models_provider, flutter_socket_provider, flutter_utils_providers, socket_io_client

More

Packages that depend on auth_api_rest_web