Skip to content

Auth implementation details #46147

Answered by JurianArie
yarosdev asked this question in Q&A
Feb 17, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The AuthenticateSession middleware compares the current hash with the hash from the cookie whenever the user was logged in via the recaller.

if (! $passwordHash || $passwordHash != $request->user()->getAuthPassword()) {

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@yarosdev
Comment options

@yarosdev
Comment options

Comment options

You must be logged in to vote
1 reply
@yarosdev
Comment options

Answer selected by yarosdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants