Files
taskview-community/api
Nikolai Giman 40cd8064f5 fix: allow login-by-code redemption for SSO and social logins (#83)
SSO and social OAuth callbacks complete the login by redeeming a
one-time code through POST /module/auth/login-by-code, but the endpoint
was gated behind RequireLoginMethod('magic-link'). With
AUTH_LOGIN_METHODS excluding magic-link (e.g. "sso"), the redemption
returned an empty 403 and the user silently bounced back to the login
page.

- Add RequireAnyLoginMethod and gate /login-by-code on
  magic-link OR sso OR social
- Show a toast on failed code redemption instead of only logging
  to console
2026-07-12 22:44:23 +02:00
..
2026-01-03 16:45:08 +01:00
2026-03-15 22:53:51 +01:00
2026-01-19 00:17:56 +01:00
2026-01-03 16:45:08 +01:00
2026-05-17 14:08:19 +02:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00
2026-01-04 22:03:03 +01:00
2026-01-03 16:45:08 +01:00
2026-07-11 23:25:00 +02:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00
2026-01-03 16:45:08 +01:00