bitauth icon indicating copy to clipboard operation
bitauth copied to clipboard

Authenticate with web services utilizing the same strategy as Bitcoin.

Results 32 bitauth issues
Sort by recently updated
recently updated
newest added

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...

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...

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.