Add documentation for using the SlackSignature
verifier from app_backend
with specific Java requirements
#1290
Labels
Milestone
*
, thus resulting in an automatic failure if present in the payload. A notice or warning about how to correctly handle that would save some time.The page URLs
No pages - to add in a new example or page.
Requirements
app_backend
module contains a helper to validate incoming Slack requestsContentCachingRequestWrapper
allows for reading a raw request body, else it will be automatically deserialized.SlackSignature.Verifier
method, indicate that the payload must be url-encoded, including for asterix, and that there may be a need to encode the*
character manually (to%2A
).The text was updated successfully, but these errors were encountered: