aad_oauth 0.1.6
aad_oauth: ^0.1.6 copied to clipboard
A Flutter OAuth package for performing user authentication against Azure Active Directory OAuth2 v2.0 endpoint.
[0.1.6] - 20190419 #
- Fix Token Refresh URL
[0.1.5] - 20190413 #
- Fix Token expiration issue https://github.com/Earlybyte/aad_oauth/issues/5
- Remove old token on iOS after fresh install https://github.com/Earlybyte/aad_oauth/issues/3
[0.1.4] - 20190325 #
- Change from memory cache to secure storage
[0.1.3] - 20190212 #
- Fix iOS issue by encoding the URL
- Change dependency of example to local library
[0.1.2] - 20181229 #
- Added example README
[0.1.1] - 20181229 #
- Added an example
[0.1.0] - 20181229 #
- Adjusted library interface
- Bug fixing
[0.0.1] - 20181228 #
- Initial release