vikunja/pkg/routes/api
kolaente 1a4f03bbc8 feat(api/v2): expose healthcheck as a documented endpoint
Adds GET /api/v2/health as a Huma operation so it appears in the v2
OpenAPI spec with a clean JSON schema ({"status": "OK"}). It runs the
same health.Check() probe as the v1 healthcheck and is public — it opts
out of the global bearer auth and is listed in unauthenticatedAPIPaths.
2026-06-17 20:35:28 +00:00
..
shared fix(auth): return ErrAccountLocked for locked accounts on login 2026-06-17 19:43:41 +00:00
v1 refactor(auth): extract transport-agnostic login, logout and OIDC cores 2026-06-17 19:43:41 +00:00
v2 feat(api/v2): expose healthcheck as a documented endpoint 2026-06-17 20:35:28 +00:00