Managed to get a simple and NOT SECURE login system going.

This commit is contained in:
Zed A. Shaw 2025-07-06 00:38:01 -04:00
parent 75b1eb1edb
commit 3bd8d38847
7 changed files with 63 additions and 23 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module zedshaw.games/webapp
go 1.24.2
require (
github.com/BurntSushi/toml v0.3.1
github.com/Masterminds/squirrel v1.5.4
github.com/chromedp/chromedp v0.13.6
github.com/go-playground/validator/v10 v10.26.0