Very simple dumb login that has no password hashing.
This commit is contained in:
parent
57d892e35c
commit
05788e5fbb
5 changed files with 123 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -8,9 +8,12 @@ endif
|
|||
build:
|
||||
go build .
|
||||
|
||||
migrate:
|
||||
migrate_up:
|
||||
go tool goose sqlite3 db.sqlite3 -dir migrations up
|
||||
|
||||
migrate_down:
|
||||
go tool goose sqlite3 db.sqlite3 -dir migrations down
|
||||
|
||||
html:
|
||||
go tool qtc -dir templates
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue