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 2025Releases
latest 2-
1.2.009 Dec 2025Release notes
Open source →- Fix iOS Crash: Upgraded
webview_flutterto^4.13.0which resolves the native assertion failure on iOS (Race Condition inFWFWebViewHostApi). - Dependency Updates:
flutter_secure_storage:^9.2.4http:^1.6.0shared_preferences:^2.5.4equatable:^2.0.7
- Fix iOS Crash: Upgraded
-
1.1.017 Sep 2025Release notes
Open source →Since the original
aad_oauthpackage is no longer maintained, this forkaad_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 publicgetRefreshToken()methodcore_oauth.dart- Added abstract method definitionmobile_oauth.dart- Added implementation + fixed refresh logicmock_oauth.dart- Added mock implementation
Package Migration
- Package Renamed - Migrated from
aad_oauthtoaad_oauth_cefor better maintenance - Backward Compatibility - Simple migration path requiring only import statement updates
- Updated Documentation - Added comprehensive migration guide