Releases: MacsiDigital/laravel-oauth2-client
Releases · MacsiDigital/laravel-oauth2-client
Laravel 10
2.1.0 Laravel 10
Database Table Name extracted to config
2.0.2 Update for DB table names
Token Expiry Issue
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.
Token Expiry Issue
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.
PHP 8.1 & L9
Merge pull request #5 from jdrieghe/patch-1 Allow installation under Laravel 9
PHP 8.0 support
1.2.0 Update tests
Allow PHP 7.2
1.1.1 Allow PHP 7.2
Laravel 8.0
1.1.0 Update composer.json
Update Docs
1.0.3 Remove Files
Update Dependencies
1.0.2 Update dependencies