committing everything before round 2

This commit is contained in:
2026-08-12 14:14:09 -06:00
parent 27ae08690e
commit d14488d2f2
36 changed files with 562 additions and 55 deletions
+3 -1
View File
@@ -9,6 +9,8 @@ import (
"path/filepath"
"time"
"solopm.com/solopm-server/auth"
"github.com/alexedwards/scs/v2"
"github.com/joho/godotenv"
)
@@ -22,7 +24,7 @@ func main() {
}
// handle authentication
sessionManager = scs.New()
sessionManager = scs.NewServerMux()
sessionManager.Lifetime = 24 * time.Hour
// handle frontend views