prschmid / zoomus

Python client library for the Zoom.us REST API v1 and v2
Other
253 stars 133 forks source link

Fix OAUTH token formatting #356

Closed gregorydlogan closed 11 months ago

gregorydlogan commented 11 months ago

This PR resolves an issue I'm seeing while updating my Zoom integration. OAUTH calls were failing, and investigating the token inside the ZoomClient revealed that the token was being stored as ($token_string,), rather than just $token_string. This led to some... obvious issues where none of the auth worked :)

prschmid commented 11 months ago

@gregorydlogan Thanks for fixing this bug! Will have this pushed out with the next release.