packagist auth0/login 2.0.0
2.0.0 Auth0 for Laravel 5

latest releases: 7.20.0, 7.19.0, 7.18.0...
10 years ago

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).

Don't miss a new login release

NewReleases is sending notifications on new releases.