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 4949 "summary" : " Casbin RBAC" ,
5050 "version" : " 0.0.1" ,
5151 "description" : " 基于 Casbin 实现的 RBAC 访问控制" ,
52- "author" : " wu-clan"
52+ "author" : " wu-clan" ,
53+ "tags" : [
54+ " auth" ,
55+ " rbac"
56+ ],
57+ "database" : [
58+ " mysql" ,
59+ " postgresql"
60+ ]
5361 },
5462 "git" : {
5563 "path" : " plugins/casbin_rbac" ,
Original file line number Diff line number Diff line change @@ -70,7 +70,15 @@ export const pluginDataList: PluginData[] = [
7070 "summary" : "Casbin RBAC" ,
7171 "version" : "0.0.1" ,
7272 "description" : "基于 Casbin 实现的 RBAC 访问控制" ,
73- "author" : "wu-clan"
73+ "author" : "wu-clan" ,
74+ "tags" : [
75+ "auth" ,
76+ "rbac"
77+ ] ,
78+ "database" : [
79+ "mysql" ,
80+ "postgresql"
81+ ]
7482 } ,
7583 "git" : {
7684 "path" : "plugins/casbin_rbac" ,
You can’t perform that action at this time.
0 commit comments