Authentication

Learn everything about Authentication in RVRP App

We use Supabase to manage authentication within our application.

We currently use the following built-in authentication methods:

  • Email/Password
  • Third Party Providers including default Google Auth sign-in
  • Email Links
  • Phone Number

We can add (or remove) any of the methods supported by Supabase's Authentication.


Overview

Learn how authentication works in our app and how to configure it.