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/
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