Stytch · Arazzo Workflow
Stytch Password Signup to Session
Version 1.0.0
Create a password-based user, authenticate the credentials, and read the resulting session.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
password-signup-session
Register an email/password user, authenticate, and read the session.
Creates a password user, authenticates the email and password to obtain a session token, then retrieves the active sessions for the user to verify the session was established.
1
createPassword
api_password_v1_Create
Create a new user with an email and password, returning the user_id and an initial session for the freshly registered account.
2
authenticatePassword
api_password_v1_Authenticate
Authenticate the email and password pair to confirm the credentials and mint a session token and JWT.
3
getSession
api_session_v1_Get
Read the active sessions for the authenticated user to confirm the session is live.