Skip to content

Releases: auth0/laravel-auth0

6.5.0

15 Oct 12:55
a324411

Choose a tag to compare

Full Changelog

Added

  • Add SDK alias methods for passwordless endpoints #228 (evansims)

6.4.1

03 Aug 16:27
ced3933

Choose a tag to compare

Full Changelog

Fixed

  • Use fully qualified facade class names #215 (Rezouce)
  • Update auth0-PHP dependency #222 (evansims)
  • Pass api_identifier config as audience to Auth0\SDK\Auth0 #214 (iSerter)

6.4.0

25 Mar 22:17
41eba21

Choose a tag to compare

Full Changelog

Changed

6.3.0

19 Feb 12:58
1b754c6

Choose a tag to compare

Full Changelog

Changed

  • Store changes made to the user object during the onLogin event hook #206 (evansims)

Fixed

  • Avoid throwing an error when calling getUserByUserInfo() during login callback event when the supplied profile is empty/null #207 (evansims)

6.2.0

15 Jan 18:07
064e633

Choose a tag to compare

Full Changelog

This release introduces support for the release of PHP 8.0 and drops support for Laravel 5.X, which reached its extended end-of-life early last year. Please ensure you are running up to date and supported versions of PHP and Laravel in your environments.

If you are running legacy applications on Laravel 5.X, you can pin 6.1.* of this plugin in your composer.json file, which is our last release that supports that series — but we strongly encourage you to update your project to a supported version of Laravel as soon as possible.

As of this release we support Laravel 6.X, 7.X and 8.X. You can review Laravel's support timelines for these series here.

Added

Fixed

  • Fix missing return null; in getUserByIdentifier #201 (sebwas)

6.1.0

17 Sep 21:36
e238fb4

Choose a tag to compare

Full Changelog

Added

  • Support Laravel 8 #190 (giannidhooge)

Fixed

6.0.1

28 Apr 19:16

Choose a tag to compare

Full Changelog

Fixed

6.0.0

10 Apr 13:40
ed95851

Choose a tag to compare

Full Changelog

This is a major release and includes breaking changes! This release also includes a major version change for the PHP SDK that it relies on. Please see the migration guide for the PHP SDK for more information.

Closed issues

  • auth0-PHP 7.0 - State and nonce handling #163
  • Cannot use actingAs unit tests functionality #161

Added

Changed

Fixed

5.4.0

27 Mar 17:31

Choose a tag to compare

Full Changelog

Closed issues

  • Laravel 7.0 supported release. #171

Fixed

Added

5.3.1

14 Nov 23:59

Choose a tag to compare

Full Changelog

Closed issues

  • Setting of state_handler in Auth0Service causes "Invalid state" error #154

Fixed

  • Allow store and state_handler to be passed in from config #156 (joshcanhelp)
  • Add 'persist_refresh_token' key to laravel-auth0 configuration file. #152 (tpenaranda)
  • Replace setEnvironment with setEnvProperty #145 (nstapelbroek)