Jericho / ZoomNet

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

OAuth token handler should use FormUrlEncodedContent rather than querystring parameters #243

Closed Jericho closed 1 year ago

Jericho commented 2 years ago

In May 2021 update, Zoom added support for x-www-form-urlencoded Content-Type headers in the requests for access tokens, refresh tokens, and revoking tokens. This Content-Type enables these requests to send parameters in the body of the requests instead of as query parameters, enabling better security.

Jericho commented 1 year ago

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

The release is available on:

Your GitReleaseManager bot :package::rocket: