pcmt/handlers
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
..
config.go go: have a dynamic {asset,tmpl}Path 2023-04-28 23:16:58 +02:00
handlers.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
helper.go handlers: update error handling 2023-04-21 12:33:14 +02:00
icon.go add bulk changes 2023-04-13 00:07:08 +02:00
page.go handlers: update error handling 2023-04-21 12:33:14 +02:00
pages.go add bulk changes 2023-04-13 00:07:08 +02:00