Added access rights feature + read access check
This commit is contained in:
@@ -36,7 +36,10 @@ var userSchema = modb.Schema({
|
||||
},
|
||||
|
||||
rights: [{
|
||||
type: String
|
||||
role: String,
|
||||
path: String,
|
||||
exact: Boolean,
|
||||
deny: Boolean
|
||||
}]
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user