pcmt/ent
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
..
enttest add bulk changes 2023-04-13 00:07:08 +02:00
hibp ent: add HIBP model 2023-04-21 13:57:32 +02:00
hook ent: add HIBP model 2023-04-21 13:57:32 +02:00
migrate go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
predicate ent: add HIBP model 2023-04-21 13:57:32 +02:00
runtime add bulk changes 2023-04-13 00:07:08 +02:00
schema go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
user go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
client.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
ent.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
generate.go add bulk changes 2023-04-13 00:07:08 +02:00
hibp.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
hibp_create.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
hibp_delete.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
hibp_query.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
hibp_update.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
mutation.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
runtime.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
tx.go ent: add HIBP model 2023-04-21 13:57:32 +02:00
user.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
user_create.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00
user_delete.go add bulk changes 2023-04-13 00:07:08 +02:00
user_query.go add bulk changes 2023-04-13 00:07:08 +02:00
user_update.go go: add user email handling + improve sessions 2023-05-01 22:48:11 +02:00