sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.55k stars 714 forks source link

docs: Update webhook auth docstring #990

Open jpclark6 opened 3 years ago

jpclark6 commented 3 years ago

Fixes

The verify_signature method returns False if the event payload is decoded using utf-8 and special characters exist, such as "é". The payload must be decoded using latin-1 to successfully pass authorization in these situations.

Checklist

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