I think the provider you want to override is auth.password (Github):
auth.password
$this->app->singleton('auth.password', function ($app) { Log::debug('Binding CustomPasswordBrokerManager...'); return new CustomPasswordBrokerManager($app); });