Lev Shamardin
Lev Shamardin
I'm not sure I understand what's missing from [SecretProvider](https://godoc.org/github.com/abbot/go-http-auth#SecretProvider). You can roll your own `SecretProvider` using a database or anything else and plug it into `BasicAuth` or `DigestAuth`. So, what...
Thanks for your suggestion. That patch adds a dependency on a third-party library, which I don't like. Current implementation pulls in only standard library and standard library supplement (maintained by...
Hi. If you are still interested in merging this, can you please rebase against current master? Thanks!
This reimplements sha256/sha512 algorithm, which is available in the standard library (crypto/sha256 and crypto/sha512 respectively). I'm not sure I understand why this path was chosen instead of using the standard...
Thanks for additional context. I have some reservations about adding crypto code directly into this package, so instead I started work on moving crypto-related code to x/crypto (in fact there...
Hi. If you are still interested in merging this, can you please rebase against current master? Thanks!