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
I have two distinct Custom User Providers for two different user types ClientUserProvider and CustomerUserProvider, each of this provider implements PayloadAwareUserProviderInterface when I used either of the providers in the firewall the method is called but when I configured the two to be a chain and use it in the firewall the loadUserByUsernameAndPayload is never called it only calls the default loadUserByUsername.
Hi,
I have two distinct Custom User Providers for two different user types ClientUserProvider and CustomerUserProvider, each of this provider implements PayloadAwareUserProviderInterface when I used either of the providers in the firewall the method is called but when I configured the two to be a chain and use it in the firewall the loadUserByUsernameAndPayload is never called it only calls the default loadUserByUsername.
The text was updated successfully, but these errors were encountered: