Authentication

This page will give you everything you need to get started with the authentication flow in this boilerplate.

The authentication flow in this boilerplate is powered by Supabase. Supabase is an open-source Firebase alternative. It provides a set of tools to build your app faster and with less effort.

Step 1: create a Supabase account

In order to start, you need to create a Supabase account. You can do that here.

Step 2: create a new project

After you have created an account, you need to create a new project.

Step 3: get the API keys

After you have created a project, you need to get the API keys and fill in the `.env` file in the root of the project.

terminal

After you have done all the steps above, you should be able to run the project locally and see the authentication flow in action.