Open
Description
I noticed that when doing a request to get an access token via the password grant type, the PasswordGrant::validateUser()
does not check if the user is a "valid" user.
Indeed, it tries to get a user with matching credentials, sure enough, but it does not check anything further where traditionally in a Symfony app you have some pre & post auth checks via the user checker.
Is this expected?
Metadata
Metadata
Assignees
Labels
No labels