Skip to content

7.6.0

Compare
Choose a tag to compare
@evansims evansims released this 13 Apr 01:12
· 213 commits to main since this release
e299f3e

Added

  • Auth0\Laravel\Http\Middleware\Guard, new middleware that forces Laravel to route requests through a group using a specific Guard. (#362)

Improved

  • Auth0\Laravel\Http\Middleware\Stateful\Authenticate now remembers the intended route (using redirect()->setIntendedUrl()) before kicking off authentication flow redirect. Users will be returned to the memorized intended route after completing their authentication flow. (#364)

Fixed

  • legacyGuardUserMethod behaviour should use $session, not $token (#353)