@iblai/web-utils 1.7.3 → 1.8.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/dist/index.d.ts +1 -0
- package/dist/index.esm.js +8 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/web-utils/src/utils/auth.d.ts +1 -0
- package/package.json +1 -1
package/dist/package.json
CHANGED
|
@@ -111,6 +111,7 @@ export interface RedirectToAuthSpaOptions {
|
|
|
111
111
|
authRedirectProxy?: string;
|
|
112
112
|
/** Function to check if the app is running as a native app (e.g., Tauri). Affects redirect behavior. */
|
|
113
113
|
isNativeApp?: () => boolean;
|
|
114
|
+
forceRedirect?: boolean;
|
|
114
115
|
}
|
|
115
116
|
/**
|
|
116
117
|
* Redirect to authentication SPA for login/logout
|