cubesnyc / nextauth-google-popup-login

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

Home Page:https://popuplogin.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: http://popuplogin.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://popuplogin.vercel.app


Languages

Language:JavaScript 88.9%Language:Shell 5.8%Language:CSS 5.4%