Nicholai 4fc952cddd fix(auth): pass userId through signup verification flow
Signup redirect now includes userId in the query string so the
verify-email endpoint receives it. After successful verification,
the endpoint creates a local DB user via ensureUserExists() so
the account is ready for login.
2026-02-16 19:46:48 -07:00
..