Deploy dev to stage — magic link sign-in fix #139

Merged
will.anderson merged 2 commits from dev into stage 2026-05-12 19:33:24 +00:00
Owner

Fix /account sign-in: PKCE/implicit flow mismatch + missing emailRedirectTo

Fix /account sign-in: PKCE/implicit flow mismatch + missing emailRedirectTo
will.anderson added 2 commits 2026-05-12 19:33:12 +00:00
Fix magic-link sign-in: implicit flow + redirect to /account
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m42s
b6aecd7d89
account-auth.el was using flowType:'pkce' while account-dashboard.el
uses 'implicit'. After the OTP redirect, the dashboard's implicit
client couldn't exchange the PKCE code — so the sign-in silently
failed. Fix: match implicit flow across both clients.

Also adds emailRedirectTo so the link lands on /account instead of
the site root.
will.anderson merged commit 8528080e85 into stage 2026-05-12 19:33:24 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#139