MacsiDigital / laravel-zoom

Laravel Zoom Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache token error if client create runtime

makeroi opened this issue · comments

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