- Improve README.md
- Update documentation
- BREAKING CHANGE: This version requires Dart 2.0.0 or later
- Fixed a bug where accessing
Token.header
will throw - Added some tests
- Fixed a bug that happens when
logOut
is called due to the newToken
type
- refactoring:
utils.dart
was moved to/lib
and no longer contains functions used internally - Added class
Token
, which represents an access or ID token - BREAKING CHANGE:
SilentAuth.accessToken
andSilentAuth.idToken
are now of typeToken
rather thanString
.
- Fixed a bug in which the token renewal is not properly scheduled the first time
- Fixed a bug causing
post_logout_redirect_uri
not to be displayed in the logged-out page
- Fixed a bug causing
utils.callEndpoint
to fail when compiled to JS
- Initial version