inngest / inngest-py

Python SDK for Inngest
https://www.inngest.com/docs/reference/python
Apache License 2.0
24 stars 6 forks source link

Make encryption middleware use libsodium (pynacl) #84

Closed goodoldneon closed 3 months ago

goodoldneon commented 3 months ago

Change the encryption middleware to use the libsodium implementation pynacl.

Standardizing our SDKs' encryption middlewares on libsodium allows for easy interoperability. For example, our TypeScript SDK could send an encrypted event to our Python SDK.