I'm working on a multi-tenancy application and I need to accomplish some rules to check when the user can be authenticated (I'm not talking about roles, trying make login should return "Invalid username or password").
My question is: where is the best place to put these additional checks?