A user provider reading users from the filesystem.
This is useful when you have an API with just a few different users (different frontends, not end users). Our data comes from elasticsearch for most API calls, so we don't want to block all access just because MySQL has gone away.
As we have a multi server setup, we have a cronjob to trigger the UserProvider::dumpUsers method regularly.