Files
vikunja/pkg/webtests
kolaente e987811a75 fix(auth): gate the v2 login route on local or ldap auth being enabled
v1 only registers /login when local or LDAP auth is enabled, but v2
registered it unconditionally. With auth.local.enabled=false a
pre-existing local password still authenticated on /api/v2/login.

/logout stays unconditional - it terminates any session, OIDC included.
2026-07-28 17:25:37 +02:00
..