Skip to content

Releases: marketredesign/mrd-auth0-laravel

v2.3.1

03 Jul 07:56
5591820

Choose a tag to compare

What's Changed

  • Constrain auth0/login dependency to versions < 7.8 by @marijnvanderhorst in #47. This prevents the breaking change being installed during composer update.

Full Changelog: v2.3.0...v2.3.1

v3.1.1

23 Jun 12:41
4de2b72

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

23 May 10:50
b5113f9

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

08 Apr 11:23
8570918

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v3.0.0

Breaking changes

  • Only Laravel v10 is supported.
  • Removed the src/Traits/ActingAsAuth0User.php trait. Use Auth0's new impersonate testing functionality instead.

v2.3.0

09 Jan 11:21
2b5fa82

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

09 Aug 14:06
f0217ac

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Jun 10:24
2275331

Choose a tag to compare

  • Add support for modules of datasets
  • More expressive faking of datasets
  • Fix user retrieval from Auth0 Management API being limited to 50 users

v2.0.1

13 Jun 07:59
8a04815

Choose a tag to compare

  • Add dss_url to dataset resources returned by Datasets facade.

v2.0.0

16 May 13:00
d8c2b55

Choose a tag to compare

The underlying auth0/login package has been updated to v7. With that, the Auth0-PHP SDK has been updated to v8 as well. The main changes are:

  • Support for Laravel 9
  • Use native login/logout routes from auth0/login package.
  • Use native JWT authorization middleware from auth0/login package.

This major release comes with breaking changes. Review the Upgrade Guide to understand the changes required.

v1.8.0

02 May 12:40
2d07f25

Choose a tag to compare

  • Add custom NewRelic logger