Skip to content

"Remember me" Security update

Compare
Choose a tag to compare
@msurguy msurguy released this 17 Apr 18:37
· 37 commits to master since this release

This update is essential for tightened security of the "remember me" functionality. Per Laravel 4.1.26 release tightening application security, the users table require a remember me column and methods to set the remember me hash in the DB instead of in the cookie.

Read more at http://laravel.com/docs/upgrade#upgrade-4.1.26