scaffolding for authorization.

This commit is contained in:
ivancheahhh
2024-01-04 13:18:58 -07:00
parent 58873372ec
commit 98f14c1cc0
17 changed files with 265 additions and 26 deletions

View File

@@ -6,6 +6,11 @@
}
},
"AllowedHosts": "*",
"DarkMode": true,
"EnableCsvImports": true
"UseDarkMode": false,
"EnableCsvImports": true,
"UseMPG": true,
"UseDescending": false,
"EnableAuth": false,
"UserNameHash": "",
"UserPasswordHash": ""
}