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

[7.x] AuthenticateSession Multi Guard support #33885

Closed
wants to merge 1 commit into from
Closed

[7.x] AuthenticateSession Multi Guard support #33885

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 14, 2020

Here haven't a BC. Actually, this PR is a bug fix.
Solves conflict when working on multi guard.
Related: #33876

@GrahamCampbell
Copy link
Member

This is a BC break. It'll break apps for users currently using that part of the app, on deployment.

@GrahamCampbell
Copy link
Member

Laravel 8 will be out soon anyway. :)

@ghost
Copy link
Author

ghost commented Aug 14, 2020

@GrahamCampbell This is not a BC, because have only key name is changed. This is not a BC.

@GrahamCampbell
Copy link
Member

It is breaking, because suppose the old key is used, then the update is rolled out, and the new code doesn't use it now.

@GrahamCampbell
Copy link
Member

It doesn't make sense to make unnecessary breakages in Laravel 7, when Laravel 8 is so close to being released.

@ghost
Copy link
Author

ghost commented Aug 14, 2020

@GrahamCampbell Already, SESSION_LIFETIME=120 in default enviroment file.

Okay. 🕺 I'm impatient.

@ghost ghost deleted the patch-9 branch August 14, 2020 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant