Skip to content

7.0.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@evansims evansims released this 08 Feb 21:24
· 453 commits to main since this release
bc95423

Full Changelog

Auth0 Laravel SDK v7 includes many significant changes over previous versions:

  • Support for Laravel 9.
  • Support for Auth0-PHP SDK 8.
  • New authentication route controllers for plug-and-play login support.
  • Improved authentication middleware for regular web applications.
  • New authorization middleware for token-based backend API applications.

As expected with a major release, Auth0 Laravel SDK v7 includes breaking changes. Please review the upgrade guide thoroughly to understand the changes required to migrate your application to v7.

Breaking Changes Summary

  • Namespace has been updated from Auth0\Login to Auth0\Laravel
  • Auth0-PHP SDK dependency updated to V8
  • New configuration format
  • SDK now self-registers it's services and middleware