aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/middleware.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-03Use constant-time comparison for anti-csrf tokensGravatar jvoisin 1-1/+2
This is probably completely overkill, but since anti-csrf tokens are secrets, they should be compared against untrusted inputs in constant time.
2023-11-07OIDC: Redirect to user home page after successful authenticationGravatar Frédéric Guillot 1-1/+1
2023-11-05Add WebAuthn / Passkey integrationGravatar Florian Rüchel 1-2/+4
This is a rebase of #1618 in which @dave-atx added WebAuthn support. Closes #1618
2023-10-20Refactor Batch Builder and prevent accidental and excessive refreshes from ↵Gravatar Frédéric Guillot 1-0/+2
the web ui
2023-09-24Implement structured logging using log/slog packageGravatar Frédéric Guillot 1-14/+44
2023-09-02Add OAuth2 PKCE supportGravatar Frédéric Guillot 1-1/+2
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-0/+227
For reference: https://go.dev/doc/go1.4#internalpackages