Releases: auth0/laravel-auth0
6.2.0
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
6.1.0
Added
- Support Laravel 8 #190 (giannidhooge)
Fixed
- Fix composer.json whitespace issue #192 (jimmyjames)
6.0.1
6.0.0
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
Added
Changed
- Use array for Auth0JWTUser and add repo return types #176 (joshcanhelp)
- Update PHP SDK to v7.0.0 #162 (joshcanhelp)
- Bind SessionState handler interface in container #147 (nstapelbroek)
Fixed
- Fix Laravel session management #174 (joshcanhelp)
5.4.0
5.3.1
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
withsetEnvProperty
#145 (nstapelbroek)
5.3.0
Closed issues
- Feature request: Add Laravel 6 support #138
- SessionStateHandler should use LaravelSessionStore not SessionStore #125
Added
Fixed
- Use LaravelSessionStore in the SessionStateHandler. #135 (nstapelbroek)
5.2.0
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
- Add composer.lock file #123 (lbalmaceda)
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
5.1.0
Closed issues
Added
- AutoDiscovery #91 (m1guelpf)
- Added guzzle options to config to allow for connection options #88 (mjmgooch)
Changed
- Change default settings file #96 (joshcanhelp)
- Utilise Auth0->Login to ensure state validation #90 (cocojoe)
Fixed
- Make code comments gender neutral #98 (devjack)
- Fix README and CHANGELOG #99 (joshcanhelp)
5.0.2: Merge pull request #80 from auth0/5.x.x-dev
Use instead of to identify the Auth0 user