MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
260 stars 135 forks source link

JWT is depreciated #123

Open kolydart opened 2 years ago

kolydart commented 2 years ago

Zoom announced that

The JWT app type will be deprecated in June, 2023. We recommend that you create Server-to-Server OAuth or an OAuth apps to replace the functionality of a JWT app in your account.

Although it is still early, do you have plans to migrate to OAuth token authentication to the Zoom API?

CodyPChristian commented 1 year ago

@MacsiDigital any thoughts on this?

philharmonie commented 1 year ago

I plan to start to use this library but as the JWT auth is about to be deprecated, this library is not usable in a few month anymore. Are there plans to implement that before June 23?

Magik-72 commented 1 year ago

1 month left, any news please?

philharmonie commented 1 year ago

In the meantime if you just want to create meetings, you can use my package (https://github.com/philharmonie/laravel-zoom-meetings), that uses server-to-server oauth. Feel free to contribute or take it as an example to create a PR for this project here.

habib3962 commented 1 year ago

any word?

goodmuyis commented 1 year ago

And here we are, any update plane? Thanks for you wok

EnochOluwadamilare commented 1 year ago

Hello, Any update on this,

In the meantime if you just want to create meetings, you can use my package (https://github.com/philharmonie/laravel-zoom-meetings), that uses server-to-server oauth. Feel free to contribute or take it as an example to create a PR for this project here.

If we are to use this, how do we go about it?