Session authentication in Laravel

A look behind the curtain on how session authentication works in Laravel. We’ll discuss cookies and how to protect data stored in them, how your Laravel application identifies the user ID from the session, and how the remember functionality works.
Back to Top