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
- Host: GitHub
- URL: https://github.com/adrienjoly/nopass
- Owner: adrienjoly
- Created: 2017-06-18T18:58:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T04:10:16.000Z (over 7 years ago)
- Last Synced: 2025-06-08T23:03:47.520Z (about 1 year ago)
- Topics: authentication, experiment, password-less-authentication, password-manager, user-identification, wip
- Language: JavaScript
- Homepage: https://adrienjoly.com/nopass/Server.html
- Size: 397 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
[](https://heroku.com/deploy)
## Usage
In your favorite terminal shell:
```bash
npm install
npm test
```