Releases: auth0/laravel-auth0
Releases · auth0/laravel-auth0
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.php
file 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).
Fixing version incompatibility with Laravel 4.2
1.0.6 Changed version for 4.* for laravel 4.*
1.0.5
Fixed documentation
Also, changed name of the function to get the jwt user from apiuser to jwtuser
Fixed problem with composer
1.0.3 Fix problem with classmap in composer.json