-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server-to-server OAuth to replace JWT #272
Comments
@mickmister Is this issue still valid? I think we have already implemented oauth in the code and removed the JWT code. |
@raghavaggarwal2308 The plugin currently implements user-level oauth, but not server-to-server oauth. Zoom states that the server-to-server oauth is a replacement for the JWT method. Maybe not a requirement for us to implement, but this ticket is still valid I think. We can close if you'd like this closed as a "Won't Do"
|
@mickmister Since adding support for Server-to-Server oauth is a completely new feature and is not blocking anything. We have added the |
Zoom announced that they have deprecated JWT in favor of Server-to-Server OAuth for account-level API access.
https://marketplace.zoom.us/docs/guides/build/jwt-app/jwt-faq/
Are there plans to include Server-to-Server OAuth options for this plugin? We have until June 2023 to replace JWT.
The text was updated successfully, but these errors were encountered: