Releases: marketredesign/mrd-auth0-laravel
Releases · marketredesign/mrd-auth0-laravel
v2.3.1
What's Changed
- Constrain
auth0/logindependency to versions < 7.8 by @marijnvanderhorst in #47. This prevents the breaking change being installed duringcomposer update.
Full Changelog: v2.3.0...v2.3.1
v3.1.1
What's Changed
- Constrain
auth0/logindependency to versions < 7.8 by @marijnvanderhorst in #45
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Bump guzzlehttp/psr7 from 2.4.4 to 2.5.0 by @dependabot in #42
- Add functions for querying and updating user assigned roles by @marijnvanderhorst in #43
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Bump symfony/http-kernel from 6.2.4 to 6.2.6 by @dependabot in #39
- Add support for Laravel 10 by @marijnvanderhorst in #40
Full Changelog: v2.3.0...v3.0.0
Breaking changes
- Only Laravel v10 is supported.
- Removed the
src/Traits/ActingAsAuth0User.phptrait. Use Auth0's new impersonate testing functionality instead.
v2.3.0
What's Changed
- Dynamically set Auth0 SDK strategy based on request type by @marijnvanderhorst in #37
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Add functionality to retrieve machine-to-machine tokens from Auth0 by @marijnvanderhorst in #35
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Add support for
modulesof datasets - More expressive faking of datasets
- Fix user retrieval from Auth0 Management API being limited to 50 users
v2.0.1
- Add
dss_urlto dataset resources returned by Datasets facade.
v2.0.0
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
- Add custom NewRelic logger