Files
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-06-21 23:02:31 +02:00
2026-07-11 22:18:36 +02:00
2026-07-11 21:49:10 +02:00
2026-07-11 10:49:38 +02:00
2026-07-11 22:18:36 +02:00
2026-07-11 21:49:10 +02:00
2026-07-05 17:42:51 +02:00
2026-06-29 00:53:53 +02:00
2026-07-11 22:18:36 +02:00
2026-07-07 23:20:02 +02:00