Managed to get a simple and NOT SECURE login system going.
This commit is contained in:
parent
75b1eb1edb
commit
3bd8d38847
7 changed files with 63 additions and 23 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue