Browse Source

tweaked comment in auth class.

Taylor Otwell 13 years ago
parent
commit
8ae9324ce3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/security/auth.php

+ 2 - 2
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