- Fix requested bug on auth cancel
- Modified to take into account Api permission in Azure AD rather than de default one
- Expose Redirect URL property in config.dart file to public Earlybyte/aad_oauth#9
- Expose webview rect area to public for customization Earlybyte/aad_oauth#12
- Fix Token Refresh URL
- Fix Token expiration issue Earlybyte/aad_oauth#5
- Remove old token on iOS after fresh install Earlybyte/aad_oauth#3
- Change from memory cache to secure storage
- Fix iOS issue by encoding the URL
- Change dependency of example to local library
- Added example README
- Added an example
- Adjusted library interface
- Bug fixing
- Initial release