Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
68 stars 48 forks source link

Verify webhook events #239

Closed Jericho closed 2 years ago

Jericho commented 2 years ago

Zoom will add the possibility of validating that incoming webhook requests are sent from Zoom. As of August 2022 (according to Zoom's documentation, this feature is not yet released.

ZoomNet should make this validation process as simple as possible.

Jericho commented 2 years ago

This feature is dependent on a Secret Token being associated with your Zoom Marketplace app as shown in this screenshot: image

Jericho commented 2 years ago

The comment about "this feature is not yet release" was based on the following warning at the top of the webhook verification documentation: image

But it occurred to me that the warning is about webhook validation which is a completely different feature. See #240 for details about that feature.

Jericho commented 2 years ago

:tada: This issue has been resolved in version 0.51.1 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: