- Improve README.md
- Update documentation
- BREAKING CHANGE: This version requires Dart 2.0.0 or later
- Fixed a bug where accessing
Token.headerwill throw - Added some tests
- Fixed a bug that happens when
logOutis called due to the newTokentype
- refactoring:
utils.dartwas moved to/liband no longer contains functions used internally - Added class
Token, which represents an access or ID token - BREAKING CHANGE:
SilentAuth.accessTokenandSilentAuth.idTokenare now of typeTokenrather thanString.
- Fixed a bug in which the token renewal is not properly scheduled the first time
- Fixed a bug causing
post_logout_redirect_urinot to be displayed in the logged-out page
- Fixed a bug causing
utils.callEndpointto fail when compiled to JS
- Initial version