dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

Improve UX around verification keys #120

Closed chriso closed 6 months ago

chriso commented 6 months ago

Verification keys can now be provided in either PEM format, or as a base64-encoded string.

This fixes #115.