@axa-fr/oidc-client 7.27.3 → 7.27.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.js +1735 -2049
- package/dist/index.umd.cjs +2 -2
- package/dist/renewTokens.d.ts +4 -0
- package/dist/renewTokens.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +10 -10
- package/src/renewTokens.ts +1 -1
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @axa-fr/oidc-client
|
|
2
2
|
|
|
3
3
|
[](https://github.com/AxaGuilDEv/react-oidc/actions/workflows/npm-publish.yml)
|
|
4
|
-
[](https://www.npmjs.com/package/@axa-fr/oidc-client)
|
|
5
5
|
|
|
6
6
|
**@axa-fr/oidc-client** the lightest and securest library to manage authentication with OpenID Connect (OIDC) and OAuth2 protocol. It is compatible with all OIDC providers.
|
|
7
7
|
**@axa-fr/oidc-client** is a pure javascript library. It works with any JavaScript framework or library.
|
|
@@ -96,6 +96,7 @@ trustedDomains.config_show_access_token = {
|
|
|
96
96
|
showAccessToken: false,
|
|
97
97
|
// convertAllRequestsToCorsExceptNavigate: false, // default value is false
|
|
98
98
|
// setAccessTokenToNavigateRequests: true, // default value is true
|
|
99
|
+
// bypassAllNonOidcRequests: false, // default value is false; when true, requests outside OIDC and accessTokenDomains are handled by the browser
|
|
99
100
|
};
|
|
100
101
|
|
|
101
102
|
// DPoP (Demonstrating Proof of Possession) will be activated for the following domains
|