-
Notifications
You must be signed in to change notification settings - Fork 4
Introduce a pure-Rust implementation of HTTP message signatures and web_bot_auth
#14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
web_bot_auth. Co-authored-by: Gauri Baraskar <gbaraskar@cloudflare.com> Co-authored-by: Armando Faz <armfazh@cloudflare.com>
Add CI check Make sure rust workspace is setup Add rust exmamples in readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just some small comments.
I think we should eventually have an http
feature which pulls in the http crate and adds the ability to easily sign and verify an http::Request
. However, that might be a bit out of scope for the MVP.
Organise rust code
I've suggested to release 0.0.1 instead of 0.1.0good to merge |
I've implemented all the missing docstrings, included Thibault's package reorganization, downgraded to 0.0.1, and otherwise implemented the rest of the suggestions. |
For your review: @thibmeu