mirror of
https://github.com/koush/scrypted.git
synced 2026-03-17 07:22:10 +00:00
server: basic auth. object stats.
This commit is contained in:
@@ -18,6 +18,7 @@ export class Plugin extends ScryptedDocument {
|
||||
export class ScryptedUser extends ScryptedDocument {
|
||||
passwordDate: number;
|
||||
passwordHash: string;
|
||||
token: string;
|
||||
salt: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user