tweaked comment in auth class.
This commit is contained in:
@@ -90,8 +90,8 @@ class Auth {
|
|||||||
* Attempt to login a user based on a long-lived "remember me" cookie.
|
* 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
|
* We should be able to trust the cookie is valid, since all cookies
|
||||||
* set by Laravel include a fingerprint hash. So, the cookie should
|
* set by Laravel include a fingerprint hash to ensure the cookie
|
||||||
* be safe to use within this method.
|
* value is not changed on the client.
|
||||||
*
|
*
|
||||||
* @param string $cookie
|
* @param string $cookie
|
||||||
* @return mixed
|
* @return mixed
|
||||||
|
|||||||
Reference in New Issue
Block a user