Sign InBlogFAQContact Us
    Sign InBlogFAQContact Us

Elevate franchise training with the power of AI.

© Copyright 2025 Eloquate. All Rights Reserved.

About
  • Who we are
  • Blog
  • Contact
Product
  • Documentation
  • Help Center
  • Changelog
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
Subscribe to our Newsletter
Get the latest updates from our team.
Getting Started
Installing Makerkit
Clone the repository
Running the Application
Next.js
Supabase
Stripe
Authentication
Overview
Supabase Setup

Authentication

Learn everything about Authentication in Makerkit

MakerKit uses Supabase to manage authentication within your application.

By default, every kit comes with the following built-in authentication methods:

  • Email/Password - we added, by default, the traditional way of signing in
  • Third Party Providers - we also added by default Google Auth sign-in
  • Email Links
  • Phone Number

You're free to add (or remove) any of the methods supported by Supabase's Authentication: we will see how.

This documentation will help you with the following:

  • Setup - setting up your Supabase project
  • SSR - use SSR to persist your users' authentication, adding new providers
  • Customization - an overview of how MakerKit works so that you can adapt it to your own application's needs

Overview

Learn how authentication works in MakerKit and how to configure it.

Read more

Supabase Setup

How to setup authentication in MakerKit using Supabase.

Read more
PreviousGetting Started
NextAuthentication Overview