Creating an Authentication App

Create a simple web application using the features of Catalyst Authentication that provides user sign-up, application login, password reset, and implements Zoho and Google sign-in providers.

Deploy the Project

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory (CATALYST_PROJECT_HOME):

$ catalyst deploy

The client component will be deployed and its web client URL will be displayed.

You can open the client using the URL displayed here. You can also open the Catalyst console, then navigate to Web Client Hosting under Host and Manage to check if the web client has been deployed and hosted.