Skip to content

Releases: auth0/laravel-auth0

6.4.0

25 Mar 22:17
41eba21
Compare
Choose a tag to compare

Full Changelog

Changed

6.3.0

19 Feb 12:58
1b754c6
Compare
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
Compare
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
Compare
Choose a tag to compare

Full Changelog

Added

  • Support Laravel 8 #190 (giannidhooge)

Fixed

6.0.1

28 Apr 19:16
Compare
Choose a tag to compare

Full Changelog

Fixed

6.0.0

10 Apr 13:40
ed95851
Compare
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
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Laravel 7.0 supported release. #171

Fixed

Added

5.3.1

14 Nov 23:59
Compare
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)

5.3.0

26 Sep 22:00
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Feature request: Add Laravel 6 support #138
  • SessionStateHandler should use LaravelSessionStore not SessionStore #125

Added

Fixed

5.2.0

27 Jun 21:22
bdd27ad
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Authenticate as a Laravel API user using the Auth0 token #129
  • Redirect to previous page after login #122
  • Auth0User uses private variables so they cannot be accessed or overridden in child class #120
  • API routes broken in auth0-laravel-php-web-app (and in general)? #117
  • API returning "token algorithm not supported" #116
  • Changing name of user identifier #115
  • Possible to use User object functions? #114
  • [email protected] breaks Laravel-Auth0 #108
  • Extend Illuminate\Foundation\Auth\User #104
  • [Bug] Inconsistencies with the singleton Auth0Service #103
  • How do you combine Auth0 Lock with Laravel Auth0? #102
  • OnLogin callback question #97

Added

Changed

  • Change private properties to protected #132 (joshcanhelp)
  • Return null instead of false in Auth0UserProvider. #128 (afreakk)
  • Change the visibility of the getter method from private to public #121 (irieznykov)
  • Updated required PHP version to 5.4 in composer #118 (dmyers)
  • Changed arrays to use short array syntax #110 (dmyers)

Fixed