Compare commits

...

2 Commits

Author SHA1 Message Date
Kgothatso
17b76a411d Added a README that could use some work. 2019-11-23 23:50:10 +02:00
Kgothatso
8b5649c0f5 Added respositary in package.json 2019-11-23 23:49:53 +02:00
2 changed files with 10 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# passport-hd-auth
Hierarchically Deterministic authentication strategy for Passport.
This module let you authenticate using hierarchically deterministic ([bip32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)) keys in your Node.js application.

View File

@ -6,7 +6,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": {
"type": "git",
"url": "https://code.sigidli.com/hd-auth/passport-hd-auth.git"
},
"author": "kngako",
"license": "MIT",
"dependencies": {
"bip32": "^2.0.4",