mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-25 05:33:55 -05:00
124 lines
5.1 KiB
Plaintext
124 lines
5.1 KiB
Plaintext
---
|
||
title: Resources
|
||
description: A curated collection of resources to help you learn and master Better Auth.
|
||
---
|
||
|
||
import { Resource } from "@/components/resource-section";
|
||
|
||
A curated collection of resources to help you learn and master Better Auth. From blog posts to video tutorials, find everything you need to get started.
|
||
|
||
## Video tutorials
|
||
|
||
<Resource resources={
|
||
[
|
||
{
|
||
title: "The State of Authentication",
|
||
description:
|
||
"<strong>Theo(t3.gg)</strong> explores the current landscape of authentication, discussing trends, challenges, and where the industry is heading.",
|
||
href: "https://www.youtube.com/watch?v=lxslnp-ZEMw",
|
||
tags: ["trends", "showcase", "review"],
|
||
},
|
||
{
|
||
title: "Last Authentication You Will Ever Need",
|
||
description:
|
||
"A comprehensive tutorial demonstrating why Better Auth could be the final authentication solution you'll need for your projects.",
|
||
href: "https://www.youtube.com/watch?v=hFtufpaMcLM",
|
||
tags: ["implementation", "showcase"],
|
||
},
|
||
{
|
||
title: "This Might Be My New Favourite Auth Library",
|
||
description:
|
||
"<strong>developedbyed</strong> explores the features and capabilities of Better Auth, explaining why it stands out among authentication libraries.",
|
||
href: "https://www.youtube.com/watch?v=Hjs3zM7o7NE",
|
||
tags: ["review", "showcase"],
|
||
},
|
||
{
|
||
title: "8 Reasons To Try Better Auth",
|
||
description:
|
||
"<strong>CJ</strong> presents 8 compelling reasons why Better Auth is the BEST auth framework he's ever used, demonstrating its superior features and ease of implementation.",
|
||
href: "https://www.youtube.com/watch?v=_OApmLmex14",
|
||
tags: ["review", "showcase", "implementation"],
|
||
},
|
||
{
|
||
title: "Better Auth is so good that I almost switched programming languages",
|
||
description:
|
||
"<strong>Dreams of Code</strong> reviews Better Auth's features that nearly made them switch languages.",
|
||
href: "https://www.youtube.com/watch?v=dNY4FKXwTsM",
|
||
tags: ["review", "showcase", "implementation"],
|
||
},
|
||
{
|
||
title: "Best authentication framework for next.js",
|
||
description:
|
||
"A detailed comparison of authentication frameworks for Next.js, highlighting why Better Auth might be your best choice.",
|
||
href: "https://www.youtube.com/watch?v=V--T0q9FrEw",
|
||
tags: ["nextjs", "comparison"],
|
||
},
|
||
{
|
||
title: "Better-Auth: A First Look",
|
||
description:
|
||
"An introductory overview and demonstration of Better Auth's core features and capabilities.",
|
||
href: "https://www.youtube.com/watch?v=2cQTV6NYxis",
|
||
tags: ["implementation", "showcase"],
|
||
},
|
||
{
|
||
title: "Stripe was never so easy (with better auth)",
|
||
description: "A tutorial on how to integrate Stripe with Better Auth.",
|
||
href: "https://www.youtube.com/watch?v=g-RIrzBEX6M",
|
||
tags: ["implementation"],
|
||
},
|
||
{
|
||
title: "Nextjs 15 Authentication Made EASY with Better Auth",
|
||
description:
|
||
"A practical guide showing how to seamlessly integrate Better Auth with Next.js 15 for robust authentication.",
|
||
href: "https://www.youtube.com/watch?v=lxslnp-ZEMw",
|
||
tags: ["nextjs", "implementation", "tutorial"],
|
||
},
|
||
{
|
||
title: "Better Auth: Headless Authentication for Your TanStack Start App",
|
||
description: "<strong>Jack</strong> demonstrates how to implement headless authentication in your TanStack Start application using Better Auth, providing a modern approach to auth.",
|
||
href: "https://www.youtube.com/watch?v=Atev8Nxpw7c",
|
||
tags: ["tanstack", "implementation"],
|
||
},
|
||
{
|
||
title: "Goodbye Clerk, Hello Better Auth – Full Migration Guide!",
|
||
description: "A comprehensive guide showing how to migrate your authentication from Clerk to Better Auth, with step-by-step instructions and best practices.",
|
||
href: "https://www.youtube.com/watch?v=Za_QihbDSuk",
|
||
tags: ["migration", "clerk", "tutorial"],
|
||
},
|
||
]
|
||
} />
|
||
|
||
## Blog posts
|
||
|
||
<Resource resources={
|
||
[
|
||
{
|
||
title: "Better Auth with Hono, Bun, TypeScript, React and Vite",
|
||
description:
|
||
"You'll learn how to implement authentication with Better Auth in a client - server architecture, where the frontend is separate from the backend.",
|
||
href: "https://catalins.tech/better-auth-with-hono-bun-typescript-react-vite",
|
||
tags: ["typescript", "react", "bun", "vite"],
|
||
},
|
||
{
|
||
title: "Polar.sh + BetterAuth for Organizations",
|
||
description:
|
||
"Polar.sh is a platform for building payment integrations. This article will show you how to use Better Auth to authenticate your users.",
|
||
href: "https://dev.to/phumudzosly/polarsh-betterauth-for-organizations-1j1b",
|
||
tags: ["organizations", "integration", "payments"],
|
||
},
|
||
{
|
||
title: "Authenticating users in Astro with Better Auth",
|
||
description:
|
||
"Step by step guide on how to authenticate users in Astro with Better Auth.",
|
||
href: "https://www.launchfa.st/blog/astro-better-auth",
|
||
tags: ["astro", "integration", "tutorial"],
|
||
},
|
||
{
|
||
title: "Building Multi-Tenant Apps With Better-Auth and ZenStack",
|
||
description:
|
||
"Learn how to build multi-tenant apps with Better-Auth and ZenStack.",
|
||
href: "https://zenstack.dev/blog/better-auth",
|
||
tags: ["multi-tenant", "zenstack", "architecture"],
|
||
},
|
||
]
|
||
} /> |