Skip to content

Conversation

@rosa
Copy link
Member

@rosa rosa commented Jan 28, 2026

The magic link verification endpoint now returns requires_signup_completion to indicate whether the client needs to collect a name and complete the signup process. The signup completion endpoint now supports JSON responses and returns the new account ID.

Here's how it works.

  1. POST /session{ pending_authentication_token: "..." }
  2. POST /session/magic_link{ session_token: "...", requires_signup_completion: true }
  3. If requires_signup_completion is true: POST /signup/completion with { signup: { full_name: "..." } }{ account_id: "..." }

cc @svara

@rosa rosa force-pushed the native-signup branch 2 times, most recently from eb3986d to d1d2dde Compare January 28, 2026 16:31
The magic link verification endpoint now returns `requires_signup_completion`
to indicate whether the client needs to collect a name and complete signup.
The signup completion endpoint now supports JSON responses with the account ID.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants