@axa-fr/react-oidc 7.2.0 → 7.2.1
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 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ WARNING : If you use Service Worker mode, the OidcServiceWorker.js file should a
|
|
|
65
65
|
```sh
|
|
66
66
|
"scripts": {
|
|
67
67
|
...
|
|
68
|
-
"postinstall": "node .\\node_modules\\@axa-fr\\oidc
|
|
68
|
+
"postinstall": "node .\\node_modules\\@axa-fr\\react-oidc\\bin\\copy-service-worker-files.mjs public"
|
|
69
69
|
},
|
|
70
70
|
```
|
|
71
71
|
If you need a very secure mode where refresh_token and access_token will be hide behind a service worker that will proxify requests.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axa-fr/react-oidc",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"description": "OpenID Connect & OAuth authentication using react",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/AxaFrance/oidc-client.git"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"lint": "eslint src"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@axa-fr/oidc-client-service-worker": "7.2.
|
|
44
|
-
"@axa-fr/oidc-client": "7.2.
|
|
43
|
+
"@axa-fr/oidc-client-service-worker": "7.2.1",
|
|
44
|
+
"@axa-fr/oidc-client": "7.2.1",
|
|
45
45
|
"base64-js": "1.5.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|