Skip to content

7.0.0

Compare
Choose a tag to compare
@evansims evansims released this 21 Mar 23:03
· 446 commits to main since this release
06238bd

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 its services and middleware
  • New UserProvider API