kyleboe / zoom_rb

Ruby REST API Wrapper for zoom.us API
https://developers.zoom.us/docs/api/
MIT License
83 stars 104 forks source link

Support for Server 2 Server OAuth #453

Closed mauntrelio closed 1 year ago

mauntrelio commented 1 year ago

The JWT app type will be deprecated in June, 2023. Is there a plan to support Server 2 Server OAuth?

kyleboe commented 1 year ago

Ah. Yeah we should be able to add that support. I just checked out the docs and it doesn't seem too crazy to add.

https://developers.zoom.us/docs/internal-apps/s2s-oauth/

kyleboe commented 1 year ago

Actually, I just realized we already have support for S2SOAuth here: https://github.com/kyleboe/zoom_rb/blob/main/lib/zoom/clients/server_to_server_oauth.rb

Shout out to @Tekkon for adding that!