pcmt/app
leo 593454d616
All checks were successful
continuous-integration/drone/push Build is passing
go: add user email handling + improve sessions
* add Email field to User entity (+codegen)
* switch to Echo contrib sessions backed by Gorilla sessions
* use SessionCookieSecret value from the config
* stage mod,sum changes
* add clearer signup/signin redirect logic
* render error pages on 500/404s and only fall back to returning raw
  errors when the error is some unexpected kind
* add username/email "exists" funcs+tests - handle "not found" and "not
  unique" errors, return errors otherwise
2023-05-01 22:48:11 +02:00
..
app.go go: have a dynamic {asset,tmpl}Path 2023-04-28 23:16:58 +02:00
assets.go go: have a dynamic {asset,tmpl}Path 2023-04-28 23:16:58 +02:00
config.go go: fully switch to slogging 2023-04-19 05:30:52 +02:00
routes_test.go app: add routes_test.go 2023-05-01 15:48:53 +02:00
routes.go go: have a dynamic {asset,tmpl}Path 2023-04-28 23:16:58 +02:00
startup.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00