pcmt/handlers
surtur 1c67191c09
All checks were successful
continuous-integration/drone/push Build is passing
feat: implement user deletion
2023-08-07 21:29:30 +02:00
..
config.go go: implement session auth middleware 2023-05-30 23:50:37 +02:00
error.go go: implement session auth middleware 2023-05-30 23:50:37 +02:00
handlers.go healthz: use proper JSON 2023-06-04 11:32:57 +02:00
helpers.go go,tmpl: add usr details listing 2023-05-29 22:42:18 +02:00
home.go go,tmpl: use CSRF token in relevant places 2023-08-05 21:43:45 +02:00
icon.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
logout.go go(logout): redir to /home if valid session exists 2023-08-07 14:21:48 +02:00
manage-apikeys.go go,tmpl: add a way to manage API keys [wip] 2023-08-05 22:13:43 +02:00
manage-user.go feat: implement user deletion 2023-08-07 21:29:30 +02:00
middleware.go go: add + use sessionMaxAge 2023-08-04 18:28:56 +02:00
page.go add user listing 2023-05-22 03:22:58 +02:00
signin.go go,tmpl: use CSRF token in relevant places 2023-08-05 21:43:45 +02:00
signup.go go: add + use sessionMaxAge 2023-08-04 18:28:56 +02:00
type.go go,tmpl: add usr details listing 2023-05-29 22:42:18 +02:00