From 17b76a411d2625a462bf230cfc223d58c02fd5e1 Mon Sep 17 00:00:00 2001 From: Kgothatso Date: Sat, 23 Nov 2019 23:50:10 +0200 Subject: [PATCH] Added a README that could use some work. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29999b0 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file