Releases: auth0/laravel-auth0
Releases · auth0/laravel-auth0
Added persistence config
Merge pull request #29 from carnevalle/patch-1 Added optional persistence configuration values
updated dependency
3.0.1 updated package version
Laravel 5.2 support
Merge pull request #23 from auth0/3.x.x-dev updated to be compatible with laravel 5.2
2.2.0: Merge pull request #22 from auth0/2.x.x-dev
updated auth0-php dependency version
Support for Laravel 5.1+
Removed middleware contract
Updated JWT dependency
Merge pull request #14 from auth0/2.x.x-dev updated jwt dependency
Override info headers
Merge pull request #13 from auth0/2.x.x-dev Added override of info headers
SDK Client headers spec compliant
Merge pull request #12 from auth0/2.x.x-dev SDK Client headers spec compliant #11
API v2 support + auth0-php 1.0.0 upgrade
2.1.0 updated composer.json
2.0.0 Auth0 for Laravel 5
This release adds Laravel 5 compatibility.
Upgrade guide:
- Add the new middleware to your
app/Http/Kernel.phpfile and change your rules (since filters are not supported, you need to change them to use the new middleware - check the README -). - Bind the Auth0UseRepository in your AppServiceProvider (or create your own and bind it).
- Update your configuration (publish it and copy your Auth0 app data to it).