https://github.com/jakeburden/example-leveldb-user-auth
https://github.com/jakeburden/example-leveldb-user-auth
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/example-leveldb-user-auth
- Owner: jakeburden
- Created: 2015-09-01T22:55:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T22:01:21.000Z (over 9 years ago)
- Last Synced: 2025-04-05T21:37:02.173Z (3 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.