DESCRIPTION.rst 646 B

12345678910111213141516171819
  1. django-mongo-auth
  2. =================
  3. Django_ authentication based on an extensible MongoEngine_ user class.
  4. It supports common authentication providers (Facebook, Google, Twitter,
  5. Foursquare, BrowserID/Persona, ...) and a traditional on-site registration workflow
  6. with e-mail address confirmation. Additionally, anonymous users are given a
  7. temporary account instance which can then be converted to an authenticated one.
  8. Each account can be linked with multiple authentication providers.
  9. .. _Django: https://www.djangoproject.com/
  10. .. _MongoEngine: http://mongoengine.org/
  11. Documentation is found at:
  12. http://django-mongo-auth.readthedocs.org/