Commit 7aba5c06 by Alexander Makarov

Merge pull request #6308 from cdvrooman/patch-36

[skip ci] Update security-authentication.md
parents 361eeb85 d6ac7b60
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment