Customer Signup

Enabling your customers to create their own Customer records.

Give your Customers the ability to create their own records in the Authvia platform, with the data you want them to enter.

How to use it

This feature can only be enabled via the Customers CRM Authvia provider. It is enabled by adding a 'schema' to this product. Adding an empty object is possible when you do not care about any data being captured, beyond an address to login. Additional data can be captured by filling out the schema with a valid AJV schema. You can see the supported attributes using the latest version of @authvia/ajv-schema-form documentation.

Redirect functionality

When customers complete the signup process, you can optionally redirect them to a specific URL by including a redirect querystring parameter in the signup URL. This parameter should contain the full URL where you want users to be redirected after successful signup.

Example usage

https://your-signup-url.com?redirect=https://your-app.com/dashboard

If the redirect parameter is provided, users will be automatically redirected to the specified URL upon successful completion of the signup process. If no redirect parameter is provided, users will remain on the default signup completion page.