Compare commits
2 Commits
4c44797f98
...
17b76a411d
Author | SHA1 | Date | |
---|---|---|---|
|
17b76a411d | ||
|
8b5649c0f5 |
5
README.md
Normal file
5
README.md
Normal 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.
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user