@descope/react-sdk 2.27.8 → 2.27.10
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 +3 -1
- package/dist/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +9 -0
- package/package.json +12 -12
package/dist/types/sdk.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
90
90
|
platform: "ios" | "android";
|
|
91
91
|
oauthProvider?: string;
|
|
92
92
|
oauthRedirect?: string;
|
|
93
|
+
externalAuthRedirect?: string;
|
|
93
94
|
};
|
|
94
95
|
thirdPartyAppStateId?: string;
|
|
95
96
|
applicationScopes?: string;
|
|
@@ -811,6 +812,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
811
812
|
platform: "ios" | "android";
|
|
812
813
|
oauthProvider?: string;
|
|
813
814
|
oauthRedirect?: string;
|
|
815
|
+
externalAuthRedirect?: string;
|
|
814
816
|
};
|
|
815
817
|
thirdPartyAppStateId?: string;
|
|
816
818
|
applicationScopes?: string;
|
|
@@ -1532,6 +1534,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1532
1534
|
platform: "ios" | "android";
|
|
1533
1535
|
oauthProvider?: string;
|
|
1534
1536
|
oauthRedirect?: string;
|
|
1537
|
+
externalAuthRedirect?: string;
|
|
1535
1538
|
};
|
|
1536
1539
|
thirdPartyAppStateId?: string;
|
|
1537
1540
|
applicationScopes?: string;
|
|
@@ -2268,6 +2271,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2268
2271
|
platform: "ios" | "android";
|
|
2269
2272
|
oauthProvider?: string;
|
|
2270
2273
|
oauthRedirect?: string;
|
|
2274
|
+
externalAuthRedirect?: string;
|
|
2271
2275
|
};
|
|
2272
2276
|
thirdPartyAppStateId?: string;
|
|
2273
2277
|
applicationScopes?: string;
|
|
@@ -2989,6 +2993,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2989
2993
|
platform: "ios" | "android";
|
|
2990
2994
|
oauthProvider?: string;
|
|
2991
2995
|
oauthRedirect?: string;
|
|
2996
|
+
externalAuthRedirect?: string;
|
|
2992
2997
|
};
|
|
2993
2998
|
thirdPartyAppStateId?: string;
|
|
2994
2999
|
applicationScopes?: string;
|
|
@@ -3710,6 +3715,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3710
3715
|
platform: "ios" | "android";
|
|
3711
3716
|
oauthProvider?: string;
|
|
3712
3717
|
oauthRedirect?: string;
|
|
3718
|
+
externalAuthRedirect?: string;
|
|
3713
3719
|
};
|
|
3714
3720
|
thirdPartyAppStateId?: string;
|
|
3715
3721
|
applicationScopes?: string;
|
|
@@ -4454,6 +4460,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4454
4460
|
platform: "ios" | "android";
|
|
4455
4461
|
oauthProvider?: string;
|
|
4456
4462
|
oauthRedirect?: string;
|
|
4463
|
+
externalAuthRedirect?: string;
|
|
4457
4464
|
};
|
|
4458
4465
|
thirdPartyAppStateId?: string;
|
|
4459
4466
|
applicationScopes?: string;
|
|
@@ -5175,6 +5182,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5175
5182
|
platform: "ios" | "android";
|
|
5176
5183
|
oauthProvider?: string;
|
|
5177
5184
|
oauthRedirect?: string;
|
|
5185
|
+
externalAuthRedirect?: string;
|
|
5178
5186
|
};
|
|
5179
5187
|
thirdPartyAppStateId?: string;
|
|
5180
5188
|
applicationScopes?: string;
|
|
@@ -5896,6 +5904,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5896
5904
|
platform: "ios" | "android";
|
|
5897
5905
|
oauthProvider?: string;
|
|
5898
5906
|
oauthRedirect?: string;
|
|
5907
|
+
externalAuthRedirect?: string;
|
|
5899
5908
|
};
|
|
5900
5909
|
thirdPartyAppStateId?: string;
|
|
5901
5910
|
applicationScopes?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/react-sdk",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.10",
|
|
4
4
|
"description": "Descope React SDK",
|
|
5
5
|
"author": "Descope Team <info@descope.com>",
|
|
6
6
|
"homepage": "https://github.com/descope/descope-js",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@descope/sdk-helpers": "0.7.0",
|
|
53
|
-
"@descope/
|
|
54
|
-
"@descope/
|
|
55
|
-
"@descope/
|
|
56
|
-
"@descope/
|
|
57
|
-
"@descope/applications-portal-widget": "0.6.
|
|
58
|
-
"@descope/outbound-applications-widget": "0.2.
|
|
59
|
-
"@descope/web-
|
|
60
|
-
"@descope/
|
|
61
|
-
"@descope/
|
|
62
|
-
"@descope/
|
|
63
|
-
"@descope/
|
|
53
|
+
"@descope/audit-management-widget": "0.6.5",
|
|
54
|
+
"@descope/role-management-widget": "0.5.35",
|
|
55
|
+
"@descope/user-management-widget": "0.11.23",
|
|
56
|
+
"@descope/access-key-management-widget": "0.5.43",
|
|
57
|
+
"@descope/applications-portal-widget": "0.6.3",
|
|
58
|
+
"@descope/outbound-applications-widget": "0.2.35",
|
|
59
|
+
"@descope/web-js-sdk": "1.48.2",
|
|
60
|
+
"@descope/web-component": "3.60.0",
|
|
61
|
+
"@descope/user-profile-widget": "0.9.18",
|
|
62
|
+
"@descope/core-js-sdk": "2.60.0",
|
|
63
|
+
"@descope/tenant-profile-widget": "0.5.34"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@babel/core": "7.26.0",
|