bitauth
bitauth copied to clipboard
Authenticate with web services utilizing the same strategy as Bitcoin.
Trying to install bitauth on a Windows machine and fails with a result sh scripts/make-dist.sh - si not an executable command or batch file... In the npm_log at the end...
- generate bundle.js with browserify - add index.html which loads bundle.js - serve index and bundle via server - `npm run examples` generates bundle and starts server
Some optimizations with secp256k1-node v3.0.0 (hope will be available soon). 1. I totally don't understand `verifySignature` and `validateSin` callback pattern. Why not just throw error or return boolean? All operations...
This changes the output of the `gulp browser:uncompressed` to generate a _Universal Module Definition_ (UMD) as described [here](https://github.com/umdjs/umd). I have verified that the generated UMD file can be loaded in...
This is on the horizon: http://www.w3.org/TR/WebCryptoAPI/ It would be great if bitauth was ready and supporting this as soon as implementations start to emerge in browsers.
Is there any middleware that adds encryption to this? Signature is nice but I would love all data to be encrypted on the client with the server public key and...
As replay attacks are no longer part of the problem set that BitAuth is attempting to solve, we should update the README to reflect this change and notify anyone who...
- Document a specification on how services and applications can integrate BitAuth - Incorporate compatibility with [BitID](https://github.com/bitid/bitid), and proposed [BitID BIP](https://github.com/bitid/bitid/blob/master/BIP_draft.md). - Review https://github.com/skubit/bitid-android and add compatibility server-side for such...
Maybe i don't see it in the code, but it looks like that responses are not signed at all? How would this prevents a MITM to temper a response?