PackageTrack
Sign in Get early access

aad_oauth_ce

A Flutter OAuth package for performing user authentication against Azure Active Directory OAuth2 v2.0 endpoint.

1.2.0 loonix/aad_oauth_ce

What this package is like to depend on

Last release 8 months ago

09 Dec 2025

Too new to tell

only 2 dated releases

Nearly every release is documented

notes for 2 of 2 stable releases

Nothing withdrawn

no release was ever pulled

11 months old

2 releases · first in 2025

2 releases in the last 12 months

see the full history below

Release timeline

2 releases · Sep 2025 to Dec 2025
2026
Release Pre-release

Releases

latest 2
  1. 1.2.0 09 Dec 2025
    Release notes
    • Fix iOS Crash: Upgraded webview_flutter to ^4.13.0 which resolves the native assertion failure on iOS (Race Condition in FWFWebViewHostApi).
    • Dependency Updates:
      • flutter_secure_storage: ^9.2.4
      • http: ^1.6.0
      • shared_preferences: ^2.5.4
      • equatable: ^2.0.7
    Open source →
  2. 1.1.0 17 Sep 2025
    Release notes Open source →
    Release notes

    Since the original aad_oauth package is no longer maintained, this fork aad_oauth_ce (Community Edition) has been created to continue its development and maintenance. This version includes several improvements and new features, particularly around refresh token handling and package migration.

    Refresh Token Improvements

    • Refresh Token Access - Plugin now exposes refresh tokens that were previously hidden
    • Proper Error Handling - Failed refreshes now return actual failures instead of "successful" null tokens
    • Consistent API - All implementations (mobile, mock) follow the same interface
    • Better Debugging - Clear distinction between success and failure cases

    Files Modified

    • aad_oauth.dart - Added public getRefreshToken() method
    • core_oauth.dart - Added abstract method definition
    • mobile_oauth.dart - Added implementation + fixed refresh logic
    • mock_oauth.dart - Added mock implementation

    Package Migration

    • Package Renamed - Migrated from aad_oauth to aad_oauth_ce for better maintenance
    • Backward Compatibility - Simple migration path requiring only import statement updates
    • Updated Documentation - Added comprehensive migration guide
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive