taskcluster / rust-hawk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support signing requests in an ergonomic manner

djmitche opened this issue · comments

Rather than building framework-specific "middleware", let's make sure that requests can be signed and validated ergonomically. Then users of any framework where that might occur in middleware can implement it easily.

Work in progress in https://github.com/djmitche/rust-hawk/commits/support-signing-http

Aside from myself, I haven't heard any complaints about ergonomic, so.. I guess not!