signUp

abstract suspend fun signUp(user: NewUser): Either<AppError, Unit>

Creates a new user with the given data NewUser and automatically logs in.