tweaked comment in auth class.
This commit is contained in:
parent
8a94c9787a
commit
8ae9324ce3
|
@ -90,8 +90,8 @@ public static function user()
|
|||
* 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
|
||||
|
|
Loading…
Reference in New Issue