packagist auth0/login 7.7.0

latest releases: 7.21.0, 7.20.0, 7.19.0...
2 years ago

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)

Don't miss a new login release

NewReleases is sending notifications on new releases.