@axa-fr/react-oidc 7.27.4 → 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 +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -94,6 +94,7 @@ trustedDomains.config_show_access_token = {
|
|
|
94
94
|
showAccessToken: true,
|
|
95
95
|
// convertAllRequestsToCorsExceptNavigate: false, // default value is false
|
|
96
96
|
// setAccessTokenToNavigateRequests: true, // default value is true
|
|
97
|
+
// bypassAllNonOidcRequests: false, // default value is false; when true, requests outside OIDC and accessTokenDomains are handled by the browser
|
|
97
98
|
};
|
|
98
99
|
|
|
99
100
|
// DPoP (Demonstrating Proof of Possession) will be activated for the following domains
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axa-fr/react-oidc",
|
|
3
|
-
"version": "7.27.
|
|
3
|
+
"version": "7.27.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"lint": "eslint src"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@axa-fr/oidc-client": "7.27.
|
|
44
|
-
"@axa-fr/oidc-client-service-worker": "7.27.
|
|
43
|
+
"@axa-fr/oidc-client": "7.27.7",
|
|
44
|
+
"@axa-fr/oidc-client-service-worker": "7.27.7"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|