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

Laravel 9.21 break guards on laravel octane #43353

Closed
farmani opened this issue Jul 21, 2022 · 5 comments
Closed

Laravel 9.21 break guards on laravel octane #43353

farmani opened this issue Jul 21, 2022 · 5 comments

Comments

@farmani
Copy link

farmani commented Jul 21, 2022

  • Laravel Version: 9.21.0
  • PHP Version: 8.1.8
  • Database Driver & Version: Mongodb

Description:

I'm using octane and openswoole after upgrading to laravel 9.21 all guards stop working and cannot authenticate logged in users and return 401 (unauthenticated)
revert to laravel 9.20 resolve the issue.

Steps To Reproduce:

@farmani
Copy link
Author

farmani commented Jul 21, 2022

do we have some changes in 9.21 may impact on guards?

@driesvints
Copy link
Member

Hey @farmani. Can you try out 9.21 and revert the changes below to see if that works?

Screenshot 2022-07-22 at 09 32 06

@farmani
Copy link
Author

farmani commented Jul 22, 2022

@driesvints yes you are right reverting back those changes on 9.21 and guard work again on 9.21 as well

@farmani
Copy link
Author

farmani commented Jul 22, 2022

mongodb/laravel-mongodb#2424 it seems reported to laravel mongodb package as well

@driesvints
Copy link
Member

Thanks, I've sent in a PR to revert this. We'll cut a new release hopefully soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants