mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7aa5d16231
Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
Authentication
This is an example using NextAuth.js for authentication.
Deploy your own
How to use
Execute create-next-app with npm, Yarn, pnpm, or Bun to bootstrap the example:
npx create-next-app --example auth auth-app
yarn create next-app --example auth auth-app
pnpm create next-app --example auth auth-app
bunx create-next-app --example auth auth-app
Deploy it to the cloud with Vercel (Documentation).