Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YerkoPalma/node-auth
:key: Basic node authentication
https://github.com/YerkoPalma/node-auth
Last synced: 17 days ago
JSON representation
:key: Basic node authentication
- Host: GitHub
- URL: https://github.com/YerkoPalma/node-auth
- Owner: YerkoPalma
- License: mit
- Created: 2016-01-13T15:36:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T15:29:10.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T16:27:38.800Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RESTful version of node simple login
This repo is based on the scoth tutorial on simple node auth. It aims to make the simple login without any client, just server side as a RESTful API to be consumed later by any kind of client (web, mobile or whateveer).
It also (will have) has other cool features like.
- Unit testing
- Ci through WerckerCi
## TODO- [ ] Remove all `render` calls from the router
- [ ] Remove `.ejs` views
- [ ] Add Mocha + supertest + should.js unit testing
- [ ] Add docs for routes