twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
280 stars 40 forks source link

feat: Twilio Signature Validation #96

Closed pmcanseco closed 3 years ago

pmcanseco commented 3 years ago

Fixes #94

Implements Twilio Signature Validation, largely based on https://github.com/twilio/twilio-java . Their implementation can be found here and their test cases here. The documentation used for the algorithm for verifying Twilio Signatures was this one.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.