You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example for a custom authenticator, the API key is passed to the UserBadge as the user identifier. However, it cannot be assumed that the API key is the same as the user identifier. Doesn't the user identifier have to be determined from the API token and then passed to the UserBadge?
…exandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[Security] [Authenticator] Improve the first example
Fix#15886, part of #15908
Commits
-------
bd58134 [Authenticator] Improve the first example
In the example for a custom authenticator, the API key is passed to the
UserBadge
as the user identifier. However, it cannot be assumed that the API key is the same as the user identifier. Doesn't the user identifier have to be determined from the API token and then passed to theUserBadge
?symfony-docs/security/authenticator_manager.rst
Lines 318 to 328 in 15084a8
The text was updated successfully, but these errors were encountered: