This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
I recently learned about the Standard Webhooks spec , a set of standards for properly verifying and parsing webhooks. There are official SDKs for a bunch of languages, but not Swift, and I needed to validate OpenAI's webhooks (which follow the standard) on a Swift server, so I ended up building a package that handles both signing and verifying.

I recently learned about the Standard Webhooks spec, a set of standards for properly verifying and parsing webhooks.
There are official SDKs for a bunch of languages, but not Swift, and I needed to validate OpenAI's webhooks (which follow the standard) on a Swift server, so I ended up building a package that handles both signing and verifying.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.