oidc-spa 6.8.0 → 6.8.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 CHANGED
@@ -84,11 +84,7 @@ But **ease of use** isn't the only difference—`oidc-spa` also provides **out-o
84
84
  ### [react-oidc-context](https://github.com/authts/react-oidc-context)
85
85
 
86
86
  `react-oidc-context` is a React wrapper around `oidc-client-ts`.
87
- `oidc-spa` also feature a carefully crafted React API that comes with example
88
- integration with:
89
-
90
- - [`@tanstack/react-router`](https://docs.oidc-spa.dev/example-setups/tanstack-router)
91
- - [`react-router-dom`](https://docs.oidc-spa.dev/example-setups/react-router)
87
+ `oidc-spa` also feature a carefully crafted React API that comes with [working examples that you can test locally](https://docs.oidc-spa.dev/example-setups/example-setups).
92
88
 
93
89
  ### [keycloak-js](https://www.npmjs.com/package/keycloak-js)
94
90
 
@@ -269,7 +269,7 @@ function createIframeTimeoutInitializationError(params) {
269
269
  "4. Locate the client \"".concat(clientId, "\" in the list and click on it.\n"),
270
270
  "5. Find \"Valid Redirect URIs\" and add \"".concat(homeAndCallbackUrl, "\" to the list.\n"),
271
271
  "6. Save the changes.\n\n",
272
- "For more information, refer to the documentation: https://docs.oidc-spa.dev/v/v6/resources/keycloak-configuration"
272
+ "For more information, refer to the documentation: https://docs.oidc-spa.dev/v/v6/providers-configuration/keycloak"
273
273
  ];
274
274
  })()), false).join(" ")
275
275
  })];
@@ -302,7 +302,7 @@ function createFailedToFetchTokenEndpointInitializationError(params) {
302
302
  "- Find '".concat(clientId, "' in the list of clients and click on it.\n"),
303
303
  "- Find 'Web Origins' and add '".concat(window.location.origin, "' to the list.\n"),
304
304
  "- Save the changes.\n\n",
305
- "More info: https://docs.oidc-spa.dev/v/v6/resources/keycloak-configuration"
305
+ "More info: https://docs.oidc-spa.dev/v/v6/providers-configuration/keycloak"
306
306
  ];
307
307
  })()), false).join(" ")
308
308
  });
@@ -123,7 +123,7 @@ var EphemeralSessionStorage_1 = require("../tools/EphemeralSessionStorage");
123
123
  var ongoingLoginOrRefreshProcesses_1 = require("./ongoingLoginOrRefreshProcesses");
124
124
  (0, handleOidcCallback_1.handleOidcCallback)();
125
125
  // NOTE: Replaced at build time
126
- var VERSION = "6.8.0";
126
+ var VERSION = "6.8.1";
127
127
  var GLOBAL_CONTEXT_KEY = "__oidc-spa.createOidc.globalContext";
128
128
  (_a = window[GLOBAL_CONTEXT_KEY]) !== null && _a !== void 0 ? _a : (window[GLOBAL_CONTEXT_KEY] = {
129
129
  prOidcByConfigId: new Map(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oidc-spa",
3
- "version": "6.8.0",
3
+ "version": "6.8.1",
4
4
  "description": "Openidconnect client for Single Page Applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -209,7 +209,7 @@ export async function createIframeTimeoutInitializationError(params: {
209
209
  `4. Locate the client "${clientId}" in the list and click on it.\n`,
210
210
  `5. Find "Valid Redirect URIs" and add "${homeAndCallbackUrl}" to the list.\n`,
211
211
  `6. Save the changes.\n\n`,
212
- `For more information, refer to the documentation: https://docs.oidc-spa.dev/v/v6/resources/keycloak-configuration`
212
+ `For more information, refer to the documentation: https://docs.oidc-spa.dev/v/v6/providers-configuration/keycloak`
213
213
  ];
214
214
  })()
215
215
  ].join(" ")
@@ -247,7 +247,7 @@ export function createFailedToFetchTokenEndpointInitializationError(params: {
247
247
  `- Find '${clientId}' in the list of clients and click on it.\n`,
248
248
  `- Find 'Web Origins' and add '${window.location.origin}' to the list.\n`,
249
249
  `- Save the changes.\n\n`,
250
- `More info: https://docs.oidc-spa.dev/v/v6/resources/keycloak-configuration`
250
+ `More info: https://docs.oidc-spa.dev/v/v6/providers-configuration/keycloak`
251
251
  ];
252
252
  })()
253
253
  ].join(" ")