inngest / inngest-py

Python SDK for Inngest: Durable functions and workflows in Python, hosted anywhere
https://www.inngest.com/docs/reference/python
Apache License 2.0
27 stars 6 forks source link

Fix escape sequences breaking signature verification #145

Closed goodoldneon closed 3 weeks ago

goodoldneon commented 3 weeks ago

Escape sequences were breaking signature verification because Inngest Servers sign using unescaped values but Python's decode("utf-8") doesn't decode the escape values