TwilioSignaturePlug (twilio_signature_plug v0.1.4)

Link to this section Summary

Functions

Compares expected signature to the twilio signature set in the headers

Generates a signature from the conn object twilio signatures are created from the full URI including all get and post parameters see https://www.twilio.com/docs/usage/security#validating-requests for details

Link to this section Functions

Link to this function

check_signature(conn)

Compares expected signature to the twilio signature set in the headers

Link to this function

expected_signature(conn)

Generates a signature from the conn object twilio signatures are created from the full URI including all get and post parameters see https://www.twilio.com/docs/usage/security#validating-requests for details