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

# Authentication

ShipKit supports a variety of auth providers. You can use any of the following to build your application.

<CardGroup cols={2}>
  <Card href="/auth/lucia">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/lucia.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=56a3a9d51b286699f4ce22ccfb984de8" width="221" height="221" data-path="images/lucia.svg" />

    <div className="font-bold text-white pt-4 text-lg">Lucia</div>
  </Card>

  <Card href="/auth/supabase">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/supabase.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=4a2fd45e6c283fab1f48f5b148a9ac0c" width="221" height="221" data-path="images/supabase.svg" />

    <div className="font-bold text-white pt-4 text-lg">Supabase</div>
  </Card>

  <Card href="/auth/clerk">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/clerk.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=2dcbd656e52c1abd3153dcd35a6b1d0b" width="221" height="221" data-path="images/clerk.svg" />

    <div className="font-bold text-white pt-4 text-lg">Clerk</div>
  </Card>

  <Card href="/auth/google">
    <img className="w-10" src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/google.svg?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=038712f5c56a058112be009b0b66a2eb" width="221" height="221" data-path="images/google.svg" />

    <div className="font-bold text-white pt-4 text-lg">Google</div>
  </Card>
</CardGroup>
