@axa-fr/react-oidc 7.22.17 → 7.22.18

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -117,6 +117,12 @@ trustedDomains.config_with_dpop = {
117
117
  }*/
118
118
  };
119
119
 
120
+ // Setting allowMultiTabLogin to true will enable storing login-specific parameters (state, nonce, code verifier)
121
+ // separately for each tab. This will prevent errors when logins are initiated from multiple tabs.
122
+ trustedDomains.config_multi_tab_login = {
123
+ domains: ["https://demo.duendesoftware.com"],
124
+ allowMultiTabLogin: true
125
+ };
120
126
 
121
127
  ```
122
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/react-oidc",
3
- "version": "7.22.17",
3
+ "version": "7.22.18",
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-service-worker": "7.22.17",
44
- "@axa-fr/oidc-client": "7.22.17"
43
+ "@axa-fr/oidc-client-service-worker": "7.22.18",
44
+ "@axa-fr/oidc-client": "7.22.18"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^17.0.0 || ^18.0.0"