server: basic auth. object stats.

This commit is contained in:
Koushik Dutta
2021-09-18 20:55:53 -07:00
parent 4c963260ff
commit 2ce5812ff5
5 changed files with 179 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ export class Plugin extends ScryptedDocument {
export class ScryptedUser extends ScryptedDocument {
passwordDate: number;
passwordHash: string;
token: string;
salt: string;
}