Skip to content

Commit

Permalink
scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Dec 7, 2022
1 parent cd21beb commit 5cf5e43
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ import play.api.mvc.BodyParsers
import javax.xml.bind.DatatypeConverter
import scala.concurrent.ExecutionContext

/** This class can be used to validate signatures in
* [[https://api.slack.com/authentication/verifying-requests-from-slack#verifying-requests-from-slack-using-signing-secrets__a-recipe-for-security__step-by-step-walk-through-for-validating-a-request Slack requests]].
*
* @param parser
* The body parser
* @param config
* The play configuration instance
* @param signatureVerifierService
* The service used to validate the signature against the body
* @param ec
* The execution context
*/
class SlackSignatureVerifyAction @Inject() (
parser: BodyParsers.Default,
config: Configuration,
Expand Down

0 comments on commit 5cf5e43

Please sign in to comment.