Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steelx/nodeauth
- Owner: steelx
- Created: 2015-07-13T07:16:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T10:47:03.000Z (over 9 years ago)
- Last Synced: 2023-04-05T23:12:08.088Z (over 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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