Compare commits

..

No commits in common. "17b76a411d2625a462bf230cfc223d58c02fd5e1" and "4c44797f98e7adeed699f3ab49122a4df3c9c64d" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

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