Update security-authentication.md

Minor syntax change.
This commit is contained in:
Christopher Vrooman
2014-11-28 20:49:42 -03:00
parent 161f2c4b2f
commit d6ac7b60b3

View File

@@ -83,4 +83,4 @@ public function beforeSave($insert)
}
```
The `validateAuthKey` method just needs to compare the `$authKey` variable, passed as parameter (itself retrieved from a cookie), with the value fetched from database.
The `validateAuthKey` method just needs to compare the `$authKey` variable, passed as a parameter (itself retrieved from a cookie), with the value fetched from the database.