@axa-fr/react-oidc 7.25.15 → 7.25.16-alpha.1773

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -199,7 +199,7 @@ const configuration = {
199
199
  silent_login_timeout: Number, // Optional, default is 12000 milliseconds
200
200
  scope: String.isRequired, // oidc scope (you need to set "offline_access")
201
201
  authority: String.isRequired,
202
- storage: Storage, // Default sessionStorage, you can set localStorage, but it is less secure against XSS attacks
202
+ storage: Storage, // Default sessionStorage, you can set localStorage, but it is not secure
203
203
  authority_configuration: {
204
204
  // Optional for providers that do not implement OIDC server auto-discovery via a .wellknown URL
205
205
  authorization_endpoint: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/react-oidc",
3
- "version": "7.25.15",
3
+ "version": "7.25.16-alpha.1773",
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.25.15",
44
- "@axa-fr/oidc-client": "7.25.15"
43
+ "@axa-fr/oidc-client-service-worker": "7.25.16-alpha.1773",
44
+ "@axa-fr/oidc-client": "7.25.16-alpha.1773"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"