rethought the auth system and realized that it was bullshit

This commit is contained in:
Siesta
2025-07-17 22:14:11 +02:00
parent 77120bce29
commit fe9841b4e1
8 changed files with 53 additions and 86 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
{
"fileLogging": false,
"verboseLogging": true,
"verboseLogging": true, // // not fully implemented yet
"http": {
"adminToken": "",
"port": 8080,
"cooldown": 5,
"cooldown": 5
}
}