[[ 🏗
=br6Go Vervis
]] ::
[📥 Inbox]
[📤 Outbox]
[🐤 Followers]
[🤝 Collaborators]
[🐛 Tickets]
[📖 Wiki]
[✏ Edit]
yesod-http-signature: Allow to provide headers to require signed only if present
Created on 2019-02-05 by
~fr33domlover
In yesod-http-signature
you can specify required headers. If any of these headers aren’t used for the signature, then the request is rejected. However, there is another possible case, that I need in Vervis:
- If given header H exists in the request, require that it’s used in the signature
- If given header H doesn’t exist in the request, that’s okay
Allow to specify such headers in yesod-http-signature
.
Status: Closed on 2019-05-09 by ~fr33domlover