arye321 / nextauth-google-popup-login

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

Home Page:https://nextauth-popup.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

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


Languages

Language:JavaScript 94.3%Language:CSS 5.7%