From b18d156894025f2dfc36598893faaa515be4293a Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sun, 17 Mar 2019 03:09:05 +0000 Subject: [PATCH] readme: add reference and link to signature option Closes #140 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f2ab8..07eadd9 100644 --- a/README.md +++ b/README.md @@ -223,9 +223,11 @@ Try it out by running: imageproxy -signatureKey "secret key" Reload the [codercat URL][], and you should see an error message. Now load a -[signed codercat URL][] and verify that it loads properly. +[signed codercat URL][] (which contains the [signature option][]) and verify +that it loads properly. [signed codercat URL]: http://localhost:8080/500,sXyMwWKIC5JPCtlYOQ2f4yMBTqpjtUsfI67Sp7huXIYY=/https://octodex.github.com/images/codercat.jpg +[signature option]: https://godoc.org/willnorris.com/go/imageproxy#hdr-Signature Some simple code samples for generating signatures in various languages can be found in [URL Signing](https://github.com/willnorris/imageproxy/wiki/URL-signing).