I have a problem with FOSUserBundle and HWIOauthBundle. I use custom UserChecker
to check whether user is banned (custom table in database as I need a ban history). When I use Facebook to log-in my CustomChecker
is not used. It does work when I'm using login and password as authentication.
Issue on GitHub: https://github.com/hwi/HWIOAuthBundle/issues/1358
Anyone has an idea how to fix that?