File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 7171 "summary" : " Casdoor SSO" ,
7272 "version" : " 0.0.3" ,
7373 "description" : " 通过 Casdoor 实现 SSO 单点登录集成" ,
74- "author" : " wu-clan"
74+ "author" : " wu-clan" ,
75+ "tags" : [
76+ " auth" ,
77+ " sso"
78+ ],
79+ "database" : [
80+ " mysql" ,
81+ " postgresql"
82+ ]
7583 },
7684 "git" : {
7785 "path" : " plugins/casdoor_sso" ,
Original file line number Diff line number Diff line change @@ -92,7 +92,15 @@ export const pluginDataList: PluginData[] = [
9292 "summary" : "Casdoor SSO" ,
9393 "version" : "0.0.3" ,
9494 "description" : "通过 Casdoor 实现 SSO 单点登录集成" ,
95- "author" : "wu-clan"
95+ "author" : "wu-clan" ,
96+ "tags" : [
97+ "auth" ,
98+ "sso"
99+ ] ,
100+ "database" : [
101+ "mysql" ,
102+ "postgresql"
103+ ]
96104 } ,
97105 "git" : {
98106 "path" : "plugins/casdoor_sso" ,
You can’t perform that action at this time.
0 commit comments