@tachybase/plugin-auth-main-app 1.4.0 → 1.5.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/dist/externalVersion.js +2 -2
- package/package.json +7 -7
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-auth-main-app",
|
|
3
3
|
"displayName": "Single Sign-On on multi app (SSO)",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"description": "Users log in via the main application; sub-applications can disable their standalone login.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Authentication"
|
|
8
8
|
],
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@tachybase/schema": "
|
|
12
|
-
"@tachybase/test": "
|
|
13
|
-
"@tego/client": "
|
|
14
|
-
"@tego/server": "
|
|
11
|
+
"@tachybase/schema": "1.3.52",
|
|
12
|
+
"@tachybase/test": "1.3.52",
|
|
13
|
+
"@tego/client": "1.3.52",
|
|
14
|
+
"@tego/server": "1.3.52",
|
|
15
15
|
"antd": "5.22.5",
|
|
16
|
-
"@tachybase/client": "1.
|
|
17
|
-
"@tachybase/module-auth": "1.
|
|
16
|
+
"@tachybase/client": "1.5.1",
|
|
17
|
+
"@tachybase/module-auth": "1.5.1"
|
|
18
18
|
},
|
|
19
19
|
"description.zh-CN": "通过主应用登录子应用,子应用可关闭登录",
|
|
20
20
|
"displayName.zh-CN": "多应用统一登录"
|