Back to Next Js

Authentication

examples/auth/README.md

16.2.51.0 KB
Original Source

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:

bash
npx create-next-app --example auth auth-app
bash
yarn create next-app --example auth auth-app
bash
pnpm create next-app --example auth auth-app
bash
bunx create-next-app --example auth auth-app

Deploy it to the cloud with Vercel (Documentation).