This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
Releases: IdentityModel/oidc-client-js
Releases · IdentityModel/oidc-client-js
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
As part of this release we had 5 issues closed.
bugs
- #1286 fix: remove getEpochTime from OidcClientSettings
- #726 SessionMonitor always causes warning when using Bluebird
enhancements
- #1173 Bump to jsrsasign version to '^8.0.17'
- #1068 feat: merge openid-configuration and metdata
- #1061 Package [email protected] contains vulnerability and should be upgraded
1.11.0
As part of this release we had 17 issues closed.
bugs
- #1240 fixed a bug with Iframe width and height
- #1238 Keep existing id_token if not in token result
- #1189 Fix UserManager.signoutCallback typing
- #1071 Properly decode plus character in URLS
- #977 Minor fix in readSignoutResponseState
- #925 Remove the check for "inside a frame"
- #861 Problem merging claims when array with JSON
enhancements
- #1272 Add MetadataService.resetSigningKeys() type
- #1269 Add UserSignedIn hooks to UserManagerEvents type
- #1260 fix:Add optional to MetadataService.getTokenEndpoint in inde…
- #1229 add optional refresh_token to SigninResponse
- #1223 Add defensive checks in IFrameWindow.js callback
- #1204 Render invisible iframes for silentRenew on Firefox
- #1203 🏷️ fix: Add types for
UserInfoService
- #1129 Upgrade core-js package on last 3.* version
- #1060 Add client_secret_basic auth exchangeCode Method. #892
- #559 Adds retry behavior while fetching JWKS keys.
1.10.1
1.10.0
1.9.1
1.7.0
As part of this release we had 11 issues closed.
bugs
- #755 Fixes typo on 'required' parameter when calling '_revokeAccessTokenInternal()'
- #754 Fix _mergeClaims to prevent duplication of claims
- #734 remove duplicate dependency
- #720 add npm natives module to devDependencies to fix gulp build fail
enhancements
- #769 Enhancement/random supports window.crypto
- #747 Fix User definition (index.d.ts)
- #738 Added support for extraQueryParams in the Single Logout url
- #735 Fully qualify import paths
- #714 fix: window is not defined
- #676 Removed check for window.parent in notifyParent
- #636 Add UserInfo JWT response support