deepanshnagaria / Basic-authentication

Authentication in node.js with passport.js and deploying the app to heroku using mongolab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic-authentication

I have made a authentication app in node.js it keeping it very simple and deployed it using Heroku and mongolab.The idea of the app is to hide a page(here referred as secret) from the users that have not logged in. The same format can be extended to many other applications.I have used passport for authentication. The key goal here is to understand the process of deploying the app. Here's the link of working deployed version : https://afternoon-mountain-85708.herokuapp.com/

About

Authentication in node.js with passport.js and deploying the app to heroku using mongolab.


Languages

Language:HTML 77.9%Language:JavaScript 22.1%