Closed
Description
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
?
symfony-docs/security/authenticator_manager.rst
Lines 318 to 328 in 15084a8