oidc-spa 5.3.0-rc.1 → 5.3.0
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/oidc.js +1 -1
- package/package.json +1 -1
package/oidc.js
CHANGED
|
@@ -111,7 +111,7 @@ var OidcInitializationError_1 = require("./OidcInitializationError");
|
|
|
111
111
|
var base64_1 = require("./tools/base64");
|
|
112
112
|
var toHumanReadableDuration_1 = require("./tools/toHumanReadableDuration");
|
|
113
113
|
// NOTE: Replaced at build time
|
|
114
|
-
var VERSION = "5.3.0
|
|
114
|
+
var VERSION = "5.3.0";
|
|
115
115
|
var PARAMS_TO_RETRIEVE_FROM_SUCCESSFUL_LOGIN = ["code", "state", "session_state", "iss"];
|
|
116
116
|
// NOTE: This is not arbitrary, it matches what oidc-client-ts uses.
|
|
117
117
|
var SESSION_STORAGE_PREFIX = "oidc.";
|