auth

Create email/password account and send verification email

post/api/auth/signup

Request body

emailstring email required
passwordstring required
displayNamestring

Response

Account created and verification sent

Changes