MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
260 stars 135 forks source link

Cache token error if client create runtime #161

Open makeroi opened 7 months ago

makeroi commented 7 months ago

If i runtime create zoom client

Example

new Entry(
            $account->server_account_id,
            $account->server_client_id,
            $account->server_client_secret
        )

First client token caching.

If i create second client, library get from cache first account token. It's incorrect

Sorry my english