auth initiate, database and more

This commit is contained in:
DecDuck
2024-10-08 13:17:06 +11:00
parent 6ea3f9186f
commit 13bf4fe757
43 changed files with 956 additions and 84 deletions
+6
View File
@@ -0,0 +1,6 @@
export enum AppStatus {
NotConfigured = "NotConfigured",
SignedOut = "SignedOut",
SignedIn = "SignedIn",
SignedInNeedsReauth = "SignedInNeedsReauth",
}