Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeburden/example-leveldb-user-auth
https://github.com/jakeburden/example-leveldb-user-auth
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/example-leveldb-user-auth
- Owner: jakeburden
- Created: 2015-09-01T22:55:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T22:01:21.000Z (about 9 years ago)
- Last Synced: 2024-04-16T00:30:50.417Z (9 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
## example-leveldb-user-auth
### quick start
```
$ npm install
$ npm start
```### building
Server needs to be running to build (for uncss).
```
$ npm run build
```### Basics
This is a work-in-progress demo of user authentication and session management using leveldb. Contributions welcome!
At the time of writing this I have functional user authentication and a minimal frontend. This a single page application. However, I'm writing the application to work completely server-side as well.