Skip to content

2.0.0 Auth0 for Laravel 5

Compare
Choose a tag to compare
@glena glena released this 20 Apr 19:29
· 732 commits to main since this release

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