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
bug #532 Support class inheritance in UserProvider::supportsClass by default (MisatoTremor)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Support class inheritance in UserProvider::supportsClass by default
I propose to add the check if given class name is inherited from the User class (like the EntityUserProvider implementation does) to the UserProvider template.
Also I would follow up with a documentation PR reflecting that change in https://github.com/symfony/symfony-docs/blob/master/security/user_provider.rst
Or would it better to just add a info about this additional check to the documentation?
Commits
-------
fa83c95 Allow wrapper classes in supportsClass
0 commit comments