WIP Auth redesign.

This commit is contained in:
2019-03-07 23:39:24 -06:00
parent 6bc094f515
commit b23d3d36af
18 changed files with 188 additions and 51 deletions

1
web/src/models.d.ts vendored
View File

@ -36,5 +36,4 @@ export interface User {
displayName: string;
email: string;
isAdmin: boolean;
authToken?: string;
}