Skip to content

v2.1.0

Compare
Choose a tag to compare
@pamapa pamapa released this 17 Oct 11:24
· 933 commits to main since this release

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.