This is a service for creating temporary user accounts and assertions for
testing your Persona-powered login flows.
HTTP API
- Verified Email
GET /email/:envGet a new, verified email and password. You will be able to use this account right away. Try it!
- Unverified Email
GET /unverified_email/:envGet an email, password, and verification token. You will need to complete the verification process for this account. Try it!
- Email and Assertion
GET /email_with_assertion/:audience/:envGet a new email, password, and assertion for the given audience.
- Assertion
GET /assertion/:audience:email:passwordGet an assertion, using a valid email and password, for the given audience.
