vikunja/pkg/routes/api
kolaente ac5e94252b feat(api/v2): add totp qr code endpoint
Port GET /user/settings/totp/qrcode to v2 as an image/jpeg blob, modeled in
the OpenAPI spec. Extract the qr-to-jpeg encoding into user.GetTOTPQrCodeAsJpegForUser
so v1 and v2 share it; refactor v1 onto it. The handler reuses the existing
local-account guard, rejecting non-local users with 412.
2026-06-17 18:39:38 +00:00
..
shared refactor(testing): extract e2e fixture reset/truncate into shared package 2026-06-17 12:13:50 +00:00
v1 feat(api/v2): add totp qr code endpoint 2026-06-17 18:39:38 +00:00
v2 feat(api/v2): add totp qr code endpoint 2026-06-17 18:39:38 +00:00