Skip to content

Releases: inrupt/solid-client-authn-js

v1.11.9

25 May 15:07
Compare
Choose a tag to compare

What's Changed

  • Remove reference to window.localstorage from Session constructor by @ajacksified in #2159
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.26.0 by @dependabot in #2156
  • chore(deps-dev): bump @typescript-eslint/parser from 5.21.0 to 5.26.0 by @dependabot in #2157
  • Chore/release v1.11.9 by @ajacksified in #2161

Full Changelog: v1.11.8...v1.11.9

1.11.7 release

16 Mar 21:21
f35bf21
Compare
Choose a tag to compare

Bugfixes

  • @inrupt/oidc-client-ext: remove ts-jest from package dependencies, which should reduce the package size for dependants.
  • The PKCE verifier is now cleared from storage as soon as it has been used in the token exchange, regardless of the token type (it used to not be cleared from part of the storage when getting a DPoP-bound token).