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.9.0
As part of this release we had 14 issues closed.
enhancements
- #913 lib version of rsa256 js bundle was added
- #896 Allow location.replace when using signinRedirect
- #877 Dependency and import tidy-up
- #858 Expose version as property.
- #856 Assume requested scopes when response response doesn't contain scope
- #825 don't call user info endpoint from querySessionStatus
- #822 "refresh_token" pkce flow does not update the "oidc:user.id_token" in storage
- #796 Improve typings for UserManagerEvents callback signatures
- #793 Improve typings for UserManager.getUser() and signinRedirectCallback()
- #756 Clone object given to signin/signout APIs so values are not overwritten
- #745 Extra parameter in token request (authorization code grant)
- #477 Consider capturing settings at authorize request time
- #473 Allow a single signinRedirect url and api to process signin results
- #442 Consider checking sub on signInSilent response to compare against current sub
1.8.0
1.7.1
1.7.0-beta.1
As part of this release we had 10 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
1.6.1
1.6.0
1.5.4
1.5.3
As part of this release we had 6 issues closed.
bugs
- #682 Fix wrong log message in signoutPopup
- #673 Add UserManagerSettings.stopCheckSessionOnError to index.d.ts
- #666 EC token validation is broken because included jsrsasign does not have its asn1 support
- #654 SessionMonitor should not require sid ID Token claim
- #638 querySessionStatus not valid for other response_type's
- #623 signoutPopupCallback optional params not working
1.5.3-beta.1
As part of this release we had 5 issues closed.
bugs
- #673 Add UserManagerSettings.stopCheckSessionOnError to index.d.ts
- #666 EC token validation is broken because included jsrsasign does not have its asn1 support
- #654 SessionMonitor should not require sid ID Token claim
- #638 querySessionStatus not valid for other response_type's
- #623 signoutPopupCallback optional params not working