
github.com
GitHub - m1guelpf/swift-standard-webhooks: A Swift implementation of the Standard Webhooks specification.
Standard Webhooks for Swift
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.