From 8ae9324ce3e333a8dee303252b92ae1b9a700d8d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 10 Nov 2011 20:11:45 -0600 Subject: [PATCH] tweaked comment in auth class. --- laravel/security/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/security/auth.php b/laravel/security/auth.php index a8480aca..c5c81f7c 100644 --- a/laravel/security/auth.php +++ b/laravel/security/auth.php @@ -90,8 +90,8 @@ class Auth { * Attempt to login a user based on a long-lived "remember me" cookie. * * We should be able to trust the cookie is valid, since all cookies - * set by Laravel include a fingerprint hash. So, the cookie should - * be safe to use within this method. + * set by Laravel include a fingerprint hash to ensure the cookie + * value is not changed on the client. * * @param string $cookie * @return mixed