server: implement authentication

This commit is contained in:
2026-05-17 03:22:03 +00:00
parent 8568b147bb
commit bd6c0bf211
7 changed files with 292 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
var REQUIRED_ENVS = [...]string{
"DATABASE_URL",
"DATABASE_URL", "JWT_SECRET",
}
func checkEnvVars(keys []string) (bool, []string) {