add getUserObjFromUsername util function,
update all backends to use userObj, add user backend manager wrapper which calls all linked backends dealing with user data, list backend handlers for each realm
This commit is contained in:
@@ -30,10 +30,14 @@
|
||||
}
|
||||
},
|
||||
"handlers": {
|
||||
"pve": "pve",
|
||||
"db": "localdb",
|
||||
"auth": {
|
||||
"instance": {
|
||||
"pve": "pve"
|
||||
},
|
||||
"users": {
|
||||
"pve": [
|
||||
"localdb",
|
||||
"pve"
|
||||
]
|
||||
}
|
||||
},
|
||||
"application": {
|
||||
|
Reference in New Issue
Block a user