Skip to content

This Project is about using NextAuth.Js which is a complete open-source authentication solution for Next.js applications. Integrate twitter, github and many other popular accounts in your project

Notifications You must be signed in to change notification settings

DevSadaqat/NextAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a NextAuth.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

You will need to create .env file in your local and create the following env variables GITHUB_ID= GITHUB_SECRET= TWITTER_ID= TWITTER_SECRET= AUTH0_CLIENT_ID= AUTH0_CLIENT_SECRET= AUTH0_DOMAIN= NEXTAUTH_URL=

Create developer accounts on socail platforms you want to integarte and place the relevent id and secret keys.

NextAuth will take care of Auth

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

About

This Project is about using NextAuth.Js which is a complete open-source authentication solution for Next.js applications. Integrate twitter, github and many other popular accounts in your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published