Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.6.0 #367

Merged
merged 2 commits into from
Apr 12, 2023
Merged

Release 7.6.0 #367

merged 2 commits into from
Apr 12, 2023

Conversation

evansims
Copy link
Member

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 behavior should use $session, not $token (#353)

@evansims evansims added the Scope: Release Proposed new release of the library. label Apr 12, 2023
@evansims evansims added this to the 7.6.0 milestone Apr 12, 2023
@evansims evansims requested a review from a team as a code owner April 12, 2023 16:52
@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (394e264) 100.00% compared to head (4e8cf8d) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #367   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       288       288           
===========================================
  Files             21        21           
  Lines            784       784           
===========================================
  Hits             784       784           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Auth0.php 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@evansims evansims closed this Apr 12, 2023
@evansims evansims reopened this Apr 12, 2023
@evansims evansims enabled auto-merge (squash) April 12, 2023 18:55
@evansims evansims merged commit e299f3e into main Apr 12, 2023
@evansims evansims deleted the release/7.6.0 branch April 12, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Release Proposed new release of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants