Crate iron_hmac [−] [src]
Before/After middleware for HMAC
Before middleware validates that a request is properly signed. If not, a Forbidden response is sent.
After middleware handles signing and adding the appropriate header to the response.
Structs
Hmac256Authentication |
Iron middleware for validation hmac headers on requests and signing responses. |
SecretKey |
Key used for HMAC |