Shipped
HomeContacts
  • Get started
  • 📚Tutorials
    • Make a waiting list
    • Launch a pre-sale
    • Build a SaaS
    • Create your store on Lemon Squeezy
  • 🟩Features
    • AI Services
    • Affiliate Program
    • Analytics
    • Authentication
      • MailChimp
      • Loops
      • AWS SES
      • SendGrid
      • Supabase Auth
        • Supabase Authentication Flow
        • Supabase Magic Link
        • Supabase Email & Password
        • Supabase Login with Google
    • API endpoints
      • 🛡️Authenticated API
    • Blog
    • Customer support
    • Chrome Extension
    • Dark mode
    • Database
      • Update your database
      • MongoDB
    • Emails
    • Error pages
    • Icons
    • Onboarding
    • Payments
      • Lemon Squeezy
        • Subscriptions
        • One-time purchase
        • Test mode
      • Stripe
    • Private pages
    • SEO
    • shadcn/ui
    • Supabase
    • Workspace / Organizations
  • 📦Components
    • AccountMenu
    • CtaBox
    • DarkModeSwitch
    • Explainer video
    • FAQ
    • Features
    • Footer
    • Header
    • Hero
    • Lifetime
    • Pricing
    • Sales Notification
    • Secondary Sidebar Pages
    • Sidebar
    • Tabs
    • Testimonials
    • Waitlist
    • WebAppPage
  • 🚀Deployment
  • ✅Other
    • Configuration
    • Changelog widget
    • Favicon
    • Google Fonts
    • Sitemap
    • Theme
  • Updates
  • GitHub Repository
  • Support
Powered by GitBook
On this page

Was this helpful?

  1. Features
  2. Authentication

Supabase Auth

Supabase is a popular service that allows to easily implement authentication.

PreviousSendGridNextSupabase Authentication Flow

Last updated 5 months ago

Was this helpful?

Remember to switch to the branch supabase in the Shipped repository to leverage the Supabase code.

Sending emails for Supabase Authentication

Supabase has recently changed their policies in terms of email sending, and in order to provent spam, they allow to send emails only to the member of the Supabase Organization Team () and it is intended to be used for testing purposes only.

For production use, it requires you to configure a .

There are several services you can use to send emails.

A non-exhaustive list of services that work with Supabase Auth is:

Resend has a generous , and a so I recommend you to get started with it.

We have dedicated guides about the setup of Supabase Auth:

🟩
check yours here
custom SMTP
Resend
AWS SES
Postmark
Twilio SendGrid
ZeptoMail
Brevo
free plan
detailed guide about how to integrate Supabase and Resend
Supabase Magic Link
Supabase Email & Password
Supabase Authentication Flow