Skip to content

NextJS authentication with credentials, github & google using Next Auth Version 5

Notifications You must be signed in to change notification settings

jayontasarkar/nextjs-next-auth-v5

Repository files navigation

Next Auth V5 with NextJS 14

Clone the repository and create .env file and copy all content from .env.example

Fill all the environment variable with appropriate value.

then, install dependencies & run the development server:

npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

NextJS authentication with credentials, github & google using Next Auth Version 5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published