zoomus icon indicating copy to clipboard operation
zoomus copied to clipboard

Support OAuth Authentication

Open jlost opened this issue 5 years ago • 2 comments

It would be nice to support authenticating with OAuth2 bearer tokens rather than just JWT.

jlost avatar Jul 30 '20 16:07 jlost

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

jrfernandes avatar Aug 11 '20 15:08 jrfernandes

See also #272

pjhinton avatar May 23 '22 14:05 pjhinton

As Zoom only supports OAuth authentication now, as of version 1.2.0, the library has been updated accordingly.

prschmid avatar Aug 30 '23 01:08 prschmid