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

Add encryption middleware support #81

Closed goodoldneon closed 4 months ago

goodoldneon commented 4 months ago

Description

These changes make it possible to write middleware that encrypts step and run output. To properly test these changes, this PR includes an encryption middleware implementation and exposes it via inngest.experimental.

Changes: