Next.js

How To Implement LinkedIn Sign In With Next.js

LinkedInArticle

This is a tutorial to help you realise a LinkedIn OAuth with Next.js. You can read the all article related to this repository [here](https://medium.com/javascript-in-plain-english/how-to-implement-linkedin-sign-in-with-next-js-3f00e7dee310).

🚀 Quick start

  1. Add your own development variables.
  • Rename the file example.env by .env
  • Add your own variables between the " "
  1. Start developing.

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

First, run the development server:

npm run dev
# or
yarn dev
  1. Open the source code and start editing!

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

Final result :

Final Result

💡 License

MIT