mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-05 01:32:41 +02:00
add imageproxy-sign tool for calculating signatures
it's a little bit rough, but seems to work pretty well. Ref #145
This commit is contained in:
parent
38d3bcc7fe
commit
e1558d5626
3 changed files with 120 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ options are sorted, moving `q75` before `r90`.
|
|||
Here are examples of calculating signatures in a variety of languages. These
|
||||
demonstrate the HMAC-SHA256 bits, but not the option canonicalization.
|
||||
|
||||
See also the [imageproxy-sign tool](/cmd/imageproxy-sign).
|
||||
|
||||
### Go
|
||||
|
||||
main.go:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue