Skip to content

Tags: loonix/aad_oauth_ce

Tags

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0 - Community Edition

🔧 Refresh Token Improvements:
- Plugin now exposes refresh tokens that were previously hidden
- Failed refreshes now return actual failures instead of successful null tokens
- All implementations (mobile, mock) follow the same interface
- Clear distinction between success and failure cases

🚀 Package Migration:
- Migrated from aad_oauth to aad_oauth_ce for better maintenance
- Simple migration path requiring only import statement updates
- Added comprehensive migration guide

📝 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