Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
resdac8827y@vishwajeet when im home ill look trough my own documentation i had trouble with that one as well
-
Following...Working on a Laravel project myself. Have you tried watching the laracasts videos? Sometimes someone showing you is the best way to understand it.
-
From a friend "It literally checks in the db or array against a set of details, using the Auth::check() function. If it matches, then it saves the session. Then you use the same function anywhere else to check if you're authenticated."
-
It looks up the user in the database via the username and then does a hash match to check the passwords match.
-
resdac8827y@vishwajeet sorry for the late reply, i have been digging into the code and its been tossed over more often than it should. Lost the thevexct trail
Related Rants
Can any one explained in detail how Laravel authentication works how is the flow
undefined
code
laravel 5.4
php