api.signUpWithEmail

Creates a new user using their email address.

Parameters

  • emailrequiredstring

    The email address of the user.

  • passwordrequiredstring

    The password of the user.

Examples

Sign up a new user with email

const { error, data } = await api
.signUpWithEmail('example@email.com', 'example-password')