/node-standard-login

A simple Node login example

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

node-standard-login

A simple Node login example

This simple approach is just to show a simple SPA login using a conventional form login and server-side redirect to a private dashboard area with Express.

Install

git clone https://github.com/nuntius-rex/node-standard-login.git

Run

npm install
npm start

Other Examples

If you would like to see an example of a JWT login with Node, checkout this version:
https://github.com/nuntius-rex/node-jwt-login.