Releases: inrupt/solid-client-authn-js
Releases · inrupt/solid-client-authn-js
v1.11.9
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
Bugfixes
@inrupt/oidc-client-ext
: removets-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).