This is a very simple of demonstration of how you could make authentication work through a popup window.
- Make sure you have Node and NPM installed
- Clone this repositotory
git clone https://github.com/jonnyk20/simple-popup-login.git
- navigate into it
cd simple-popup-login
- Install the dependencies
npm install
- Start the server
npm start
- Try the demo by visiting http://localhost:3000