Skip to content

Releases: MacsiDigital/laravel-oauth2-client

Laravel 10

15 Feb 11:04
ff7da23
Compare
Choose a tag to compare
2.1.0

Laravel 10

Database Table Name extracted to config

15 Sep 15:53
Compare
Choose a tag to compare
2.0.2

Update for DB table names

Token Expiry Issue

15 Sep 15:22
Compare
Choose a tag to compare

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

15 Sep 15:45
Compare
Choose a tag to compare

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

31 Mar 09:56
6aad67e
Compare
Choose a tag to compare
Merge pull request #5 from jdrieghe/patch-1

Allow installation under Laravel 9

PHP 8.0 support

05 Jan 14:30
Compare
Choose a tag to compare
1.2.0

Update tests

Allow PHP 7.2

28 Sep 07:44
Compare
Choose a tag to compare
1.1.1

Allow PHP 7.2

Laravel 8.0

08 Sep 16:44
Compare
Choose a tag to compare
1.1.0

Update composer.json

Update Docs

28 May 17:54
Compare
Choose a tag to compare
1.0.3

Remove Files

Update Dependencies

27 May 21:09
Compare
Choose a tag to compare
1.0.2

Update dependencies