learn-go/snippetbox
tamsin johnson 4f2dc018da lets-go:11.0 user signup without peeking
deliberately skipping salting and encrypting passwords at this point. intending
to approach this in tandem with authenication.

also starting to want db migrations, but trying not to get distracted.
2024-02-07 11:07:29 -08:00
..
cmd/web lets-go:11.0 user signup without peeking 2024-02-07 11:07:29 -08:00
db/initdb.d lets-go:11.0 user signup without peeking 2024-02-07 11:07:29 -08:00
internal lets-go:11.0 user signup without peeking 2024-02-07 11:07:29 -08:00
ui lets-go:11.0 user signup without peeking 2024-02-07 11:07:29 -08:00
.env lets-go:4.3 setup a mariadb container and test data 2024-01-24 22:56:58 -08:00
.gitignore lets-go:10.4 tls 2024-02-07 10:03:56 -08:00
docker-compose.yml lets-go:4.3 setup a mariadb container and test data 2024-01-24 22:56:58 -08:00
go.mod lets-go:9.2 session storage 2024-02-06 21:06:48 -08:00
go.sum lets-go:9.2 session storage 2024-02-06 21:06:48 -08:00