When to use this flow
Use this flow when you want to create a Neuron account from a trusted back-end service and guide the user to a verified, active session.Flow overview
Steps
- Optional: call
Account/DomainInfoto show a human-friendly domain name. - Call
Account/Createto create the account and receive an initial JWT. - Prompt the user to enter the email verification code.
- Call
Account/VerifyEMailto enable the account. - Call
Account/Loginto obtain a fresh JWT for ongoing use.
Common pitfalls
- Reusing a nonce will invalidate the request.
- An unverified account cannot use most endpoints.
- If login fails after verification, check the host used for signing.
Next steps
- Continue to Messaging flow.
- Review Authentication.