zoomus
zoomus copied to clipboard
Support OAuth Authentication
It would be nice to support authenticating with OAuth2 bearer tokens rather than just JWT.
You can handle the OAuth flow separately and use the generated tokens with this client:
client = ZoomClient(api_key, api_secret)
client.config["token"] = oauth_generated_token
See also #272
As Zoom only supports OAuth authentication now, as of version 1.2.0, the library has been updated accordingly.