bitauth
bitauth copied to clipboard
Authenticate with web services utilizing the same strategy as Bitcoin.
hello i have a problem when i use this method bitauth.sign() , I put it in the request header i have this error : " TypeError [ERR_INVALID_CHAR]: Invalid character in...
brandon1980:patch-2
fit init api
Minor comment fix. ```javascript // get the ripemd160 hash of the pubkey var pubRipe = crypto.createHash('rmd160').update(pubHash).digest(); ``` Thw comment is technically not correct. So I fixed it to be: ```javascript...
fix error in windows
For bip32 wallets, it would be nice to have a recommended bip32 path that conforms to bip43 for generating the auth key. Will bitauth itself will become a bip standard?...
See more here: https://jwt.io/ Would be nice to see a description on the README.