> ## Documentation Index
> Fetch the complete documentation index at: https://overdocs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

## Languages

<CardGroup cols={2}>
  <Card title="Supabase Auth" icon={<img src="/logo/supabase.svg" alt="Supabase Logo" />} href="https://supabase.com/docs/guides/auth">
    Use Supabase to authenticate and authorize your users.
  </Card>

  <Card title="Clerk" icon={<img src="/logo/clerk.svg" alt="Clerk Logo" />} href="https://clerk.com/">
    The easiest way to add authentication and user management to your application. Purpose-built for React, Next.js, Remix, and 'The Modern Web'.
  </Card>

  <Card title="Lucia" icon={<img src="/logo/lucia.svg" alt="Lucia Logo" />} href="https://lucia-auth.com/">
    Lucia is a simple and flexible auth library for TypeScript.
  </Card>
</CardGroup>
