Closed dezuz closed 2 years ago
I found two possible ways to use this class in other projects:
bundle
and feature
and register this filter for resources that are under the annotation@Provider
annotation and custom annotation that also would be used on the resource method, and bind it
Description
Slack supports request verification mechanisms that are already used in a few projects so it's better to move the logic to this project and then use it wherever is needed. Slack documentation
Solution
To provide this logic I have done:
slack-request-verifier
moduleSlackRequestVerifierFilter
class