Files
taskview-community/web
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-07-11 10:49:38 +02:00
2026-03-01 21:05:55 +01:00
2026-07-11 21:49:10 +02:00
2026-03-01 21:05:55 +01:00
2026-07-11 10:49:38 +02:00
2026-07-11 21:49:10 +02:00
2026-02-22 19:41:40 +01:00
2026-07-11 21:49:10 +02:00
2026-07-11 21:49:10 +02:00
2026-07-11 23:25:00 +02:00
2026-02-22 19:41:40 +01:00
2026-06-29 00:53:53 +02:00