pixelpen logo

PixelPen

Made with ❤️ by Aviral

Daily Tech Blog

Welcome to Every Developers favourite blog in the Devosphere

New products features | The latest in technology | The weekly debugging nightmares and more!

Sanyam

Setting up NextAuth.js application and deploying it via Vercel

2 July 2023

Sanyam

Sanyam

This blog is about how to set up NextAuth.js in your Next.js application and deployment using Vercel.

JavaScript

Next.js

Setting up NextAuth

npx create-next-app@latest
npm install --save next-auth
Blog Post Image

For further read, click here