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:
2024-06-03 18:09:28 +00:00
parent bb7404a82d
commit b12f38e608
13 changed files with 211 additions and 109 deletions

View File

@@ -30,10 +30,14 @@
}
},
"handlers": {
"pve": "pve",
"db": "localdb",
"auth": {
"instance": {
"pve": "pve"
},
"users": {
"pve": [
"localdb",
"pve"
]
}
},
"application": {