Skip to content

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

Notifications You must be signed in to change notification settings

adrienjoly/nopass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

In your favorite terminal shell:

npm install
npm test

Releases

No releases published

Packages

No packages published