2.2.1
aarongranick-okta
released this
07 Oct 20:10
·
88 commits
to master
since this release
Bug Fixes
#2 Builds library using Angular 7 package format for compatiblity with Angular 7+.
Features
#794 OktaAuthService.getUser
only uses /userinfo
endpoint to retrieve user claims. OktaAuthService.getUser
should be the recommended method to acquire user information as idToken.claims
may become stale due to data updating.
#867 The current instance of the OktaAuthService
is passed to isAuthenticated
callback function.