v2.1.0
oidc-client-ts 2.1 is a minor release with one new feature.
Changelog:
- #691: allow to override acr_values in signinRedirect
- #688: user profile information is lost when refresh token is used
- feature #609: WebStorageStateStore.store should be an async store
When extending WebStorageStateStore
with a custom implementation, the public function must return new a Promise. See AsyncStorage.ts.