Skip to content

7.7.0

Compare
Choose a tag to compare
@evansims evansims released this 26 Apr 15:51
· 189 commits to main since this release

Added

  • Auth0\Laravel\Auth0 now has a management() shortcut method for issuing Management API calls. (#376)

  • Auth0\Laravel\Auth0\Guard now has a refreshUser() method for querying /userinfo endpoint and refreshing the authenticated user's cached profile data. (#375)

  • Auth0\Laravel\Http\Controller\Stateful\Login now raises a LoginAttempting event, offering an opportunity to customize the authorization parameters before the login redirect is issued. (#382)

Improved

  • The tokenCache, managementTokenCache, sessionStorage and transientStorage configuration values now support false or string values pointing to class names (e.g. \Some\Cache::class) or class aliases (e.g. cache.psr6) registered with Laravel. (#381)