Skip to content

Releases: kronthto/laravel-oauth2-login

Laravel 9-10

27 Feb 09:44
v1.13.0
5c69ec3
Compare
Choose a tag to compare

Added

  • Support Laravel 9(LTS)-10

Removed

  • Some older versions

Logout, Enhancements

07 Mar 11:01
Compare
Choose a tag to compare

Added

  • A check that we are not on the callback route to prevent infinite looping in case the middleware is added globally
  • Logout method to Guard

Laravel 8

06 Mar 17:03
Compare
Choose a tag to compare

Added

  • Laravel 8 / PHP 8 support

Changed

  • Use GitHub actions instead of Travis

Removed

  • Laravel 5 / PHP <= 7.2 support

Laravel 7

12 May 17:04
v1.10.0
6694c86
Compare
Choose a tag to compare

Added

  • Laravel 7 support
  • PHP 7.4 coverage

Laravel 6

23 Sep 18:52
v1.9.0
fe0fe35
Compare
Choose a tag to compare

Added

  • Laravel 6 support

Removed

  • Laravel 5.4 / PHP 5.6 support

CheckOnly Version

31 May 22:13
v1.8.0
1d2c09d
Compare
Choose a tag to compare

Added

  • Alternative middleware that only checks but doesn't redirect if not logged
  • PHP 7.3 Travis coverage

diff

refresh_token Error-Handling

23 Mar 09:22
v1.7.1
21d2e50
Compare
Choose a tag to compare

Fixed

  • No longer attempt refresh_token grant without token
  • Handle errors during refresh_token (same as invalid access-token -> Redirect to IP authorize)

diff

Laravel 5.8

10 Mar 10:12
v1.7.0
1fe7f97
Compare
Choose a tag to compare

Added

  • Laravel 5.8 support

diff

Factory-Support for custom User objects (Auth-Guard)

30 Dec 09:19
v1.6.0
304ffc9
Compare
Choose a tag to compare

Added

  • Possibility to specify an "AuthWrapperFactory" allowing custom creation of the Guard User object

Laravel 5.7

03 Nov 14:36
v1.5.0
8e3d2e3
Compare
Choose a tag to compare

Added

  • Laravel 5.7 support

Changed

  • Tests: Assign the middleware as route-middleware

Fixed

  • Readme: Config publish command quotes (otherwise would need to use \\ in namespace)