aboutsummaryrefslogtreecommitdiff
path: root/ui/pages/user/me.tmpl.html
AgeCommit message (Collapse)Author
2023-12-01settled on map[string]interface{} for passing data to view, automatically ↵Alexander Kavon
append session struct, fixed nil session checks, updated templates to use map variable names
2023-11-29user create/insert into users table, pgxpool defer moved to top of app, ↵Alexander Kavon
me.tmpl.html, secret hashing with argon2id, updated migrations