Add IRequestValidator to more easily support injection (and mocking) of RequestValidator #655
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
The example for validating requests suggests that you disable validation in your tests, but I think it'd be nice to simply register an IRequestValidator in your app's service collection, allowing you to easily mock the validator when testing.
The text was updated successfully, but these errors were encountered: