What is the best authentication app for Django that:
- has configurable required fields, for example allows using email as username
- integrates with other authentication APIs, such as Facebook, Twitter, Google
- password recovery flow is configurable, sends temporary password vs. recovery link
- preferably has invitation system, so the registration process can be controlled
I don't think there is any that has all these features, so I'm looking for one that covers as much as possible. But these are features that almost any well design web service should have. So I don't want to reinvent the wheel.
