Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/example-leveldb-user-auth


https://github.com/jakeburden/example-leveldb-user-auth

Last synced: 17 days ago
JSON representation

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.