@asgardeo/javascript 0.1.13 → 0.1.15
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/dist/models/config.d.ts +5 -0
- package/package.json +2 -2
package/dist/models/config.d.ts
CHANGED
|
@@ -178,6 +178,11 @@ export interface BaseConfig<T = unknown> extends WithPreferences {
|
|
|
178
178
|
* @see {@link https://openid.net/specs/openid-connect-session-management-1_0.html#IframeBasedSessionManagement}
|
|
179
179
|
*/
|
|
180
180
|
syncSession?: boolean;
|
|
181
|
+
/**
|
|
182
|
+
* Storage mechanism to use for storing tokens and session data.
|
|
183
|
+
* The values should be defined at the framework layer.
|
|
184
|
+
*/
|
|
185
|
+
storage?: T;
|
|
181
186
|
}
|
|
182
187
|
export interface WithPreferences {
|
|
183
188
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/javascript",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"asgardeo",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/node": "^22.15.3",
|
|
38
38
|
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?a1fc6eb570653c999828aea9f5027cba06af4391",
|
|
39
39
|
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?a1fc6eb570653c999828aea9f5027cba06af4391",
|
|
40
|
-
"esbuild": "^0.25.
|
|
40
|
+
"esbuild": "^0.25.9",
|
|
41
41
|
"eslint": "8.57.0",
|
|
42
42
|
"prettier": "^2.6.2",
|
|
43
43
|
"rimraf": "^6.0.1",
|