pcmt/handlers
surtur 1b2d860beb
All checks were successful
continuous-integration/drone/push Build is passing
fix(go,tmpl): solve the Chromium/Safari logout...
...issue by deleting the session cookie after successful password change
and forcing the user to re-authenticate.

additionally, split the InitialPasswordChange func into separate "GET"
and "POST" variants.
2023-09-04 19:21:01 +02:00
..
config.go go,tmpl: allow conditionally disabling the sign-up 2023-08-16 15:07:10 +02:00
error.go go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
handlers.go go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
helpers.go go,tmpl: add usr details listing 2023-05-29 22:42:18 +02:00
home.go fix(go,tmpl): solve the Chromium/Safari logout... 2023-09-04 19:21:01 +02:00
icon.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
logout.go fix(go): set logout cache-control header+add check 2023-09-04 15:22:17 +02:00
manage-apikeys.go fix(go): prevent panic on manage/api-keys 2023-09-04 15:12:58 +02:00
manage-user.go fix(go): show LastLogin on Manage Users page 2023-09-04 11:33:50 +02:00
middleware.go go(sessionMiddleware): render err page on 401 2023-09-04 15:31:11 +02:00
page.go go,tmpl: allow conditionally disabling the sign-up 2023-08-16 15:07:10 +02:00
search-hibp.go fix(go,tmpl): solve the Chromium/Safari logout... 2023-09-04 19:21:01 +02:00
signin.go fix(go,tmpl): solve the Chromium/Safari logout... 2023-09-04 19:21:01 +02:00
signup.go handlers: add helper newPage func w/ pre-filling 2023-08-15 18:33:48 +02:00
type.go fix(go,tmpl): require minlength on username/passwd 2023-09-04 12:21:58 +02:00
user-init-password-change.go fix(go,tmpl): solve the Chromium/Safari logout... 2023-09-04 19:21:01 +02:00
view-hibp.go go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00