Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cookbook/security/guard-authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ property they use to access their account via the API::
/**
* @ORM\Column(type"string", unique=true)
*/
private $apiKey;
private $apiToken;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L.19 is mentioned an apiKey property.
IMO, apiKey should be kept over apiToken, so we should update the occurrences of apiToken below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed
#6027


public function getUsername()
{
Expand Down