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

https://github.com/adrienjoly/nopass

(WIP) trying to get rid of password-based user identification, once for good
https://github.com/adrienjoly/nopass

authentication experiment password-less-authentication password-manager user-identification wip

Last synced: about 2 months ago
JSON representation

(WIP) trying to get rid of password-based user identification, once for good

Awesome Lists containing this project

README

          

# nopass

Final goal: Get rid of password-based user identification.

Current progress: a tested HTTP/Rest server that can initiate a user login flow, generate and send a disposable login code, and check the validity of the code entered by the user.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Usage

In your favorite terminal shell:

```bash
npm install
npm test
```