Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-03 | Use constant-time comparison for anti-csrf tokens | 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-07 | OIDC: Redirect to user home page after successful authentication | 1 | -1/+1 | ||
2023-11-05 | Add WebAuthn / Passkey integration | 1 | -2/+4 | ||
This is a rebase of #1618 in which @dave-atx added WebAuthn support. Closes #1618 | |||||
2023-10-20 | Refactor Batch Builder and prevent accidental and excessive refreshes from ↵ | 1 | -0/+2 | ||
the web ui | |||||
2023-09-24 | Implement structured logging using log/slog package | 1 | -14/+44 | ||
2023-09-02 | Add OAuth2 PKCE support | 1 | -1/+2 | ||
2023-08-10 | Move internal packages to an internal folder | 1 | -0/+227 | ||
For reference: https://go.dev/doc/go1.4#internalpackages |