Posts

Showing posts from February, 2022

Laravel Logout get

Image
 

Laravel 8 Zoom

Image
 Kaynak: https://artisansweb.net/how-to-create-zoom-meetings-with-php-and-jwt/ https://stackoverflow.com/questions/62619661/how-can-i-use-php-packages-in-laravel $JWT=new \Firebase\JWT\JWT; In the past, I have written an article that explains  creating a Zoom Meeting with PHP and OAuth . One of our readers asked about creating a Zoom meeting using JWT(JSON Web Tokens) and PHP.  Zoom  API allows us to use both OAuth or JWT to deal with their APIs. The Zoom API requires the Bearer Token generated either through OAuth or JWT. Note : JWT may only be used for internal applications and processes. All apps created for third-party usage must use OAuth app type. When you want to build a Zoom app for internal use then the JWT approach is easier compared to OAuth. Getting Started For getting started, go to the Zoom Developer Dashboard and create a  new app . Choose  JWT  as the app type and copy the Zoom API key and secret. A single JWT consists of three components: Header, Payload, and Signature