Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 509 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 509 Bytes

A simple JS example for NextAuth Google login with a popup window instead of redirect.

All credits to krushilnaik

_____

live example: https://nextauth-popup.vercel.app/

Quick start

git clone https://github.com/arye321/nextauth-google-popup-login

rename .env.example to .env and put your google API things

to install project:

yarn
#or
npm install

to see the webpage:

yarn dev
#or
npm run dev