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

[4.x] Set default driver to password hash string in session for Inertia #1427

Closed
wants to merge 2 commits into from
Closed

[4.x] Set default driver to password hash string in session for Inertia #1427

wants to merge 2 commits into from

Conversation

mho22
Copy link

@mho22 mho22 commented Jan 5, 2024

Related to : #1426 issue

This PR replaces line 186 in JetstreamServiceProvider.php method bootInertia()

'password_hash_sanctum'

with

'password_hash_'.Auth::user()->getDefaultDriver()`

@mho22 mho22 marked this pull request as ready for review January 5, 2024 14:36
@taylorotwell
Copy link
Member

Not changing this at this time.

@mho22 mho22 deleted the guard-web-patch branch February 9, 2024 13:19
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.

None yet

2 participants