Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steelx/nodeauth

Nodejs authentication simple app
https://github.com/steelx/nodeauth

Last synced: 2 days ago
JSON representation

Nodejs authentication simple app

Awesome Lists containing this project

README

        

# nodeauth
Nodejs simple session authentication

###Restrict access to members page
In this case which is just the index page, any access to index page will get redirected to login page.

###Login and Logout
Logged users should only see Logout button.

#Setup
`npm install` //download node modules

`npm start` //run server