METADATA 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Metadata-Version: 2.0
  2. Name: django-mongo-auth
  3. Version: 0.1.3
  4. Summary: Django authentication based on an extensible MongoEngine user class.
  5. Home-page: https://github.com/mitar/django-mongo-auth
  6. Author: Mitar
  7. Author-email: mitar.django@tnode.com
  8. License: AGPLv3
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 4 - Beta
  11. Classifier: Environment :: Web Environment
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: GNU Affero General Public License v3
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Framework :: Django
  17. Requires-Dist: Django (>=1.3)
  18. Requires-Dist: django-browserid (>=0.6)
  19. Requires-Dist: django-missing (>=0.1.10)
  20. Requires-Dist: django-sekizai (>=0.5)
  21. Requires-Dist: mongoengine (>=0.6.11)
  22. Requires-Dist: tweepy (>=1.9)
  23. django-mongo-auth
  24. =================
  25. Django_ authentication based on an extensible MongoEngine_ user class.
  26. It supports common authentication providers (Facebook, Google, Twitter,
  27. Foursquare, BrowserID/Persona, ...) and a traditional on-site registration workflow
  28. with e-mail address confirmation. Additionally, anonymous users are given a
  29. temporary account instance which can then be converted to an authenticated one.
  30. Each account can be linked with multiple authentication providers.
  31. .. _Django: https://www.djangoproject.com/
  32. .. _MongoEngine: http://mongoengine.org/
  33. Documentation is found at:
  34. http://django-mongo-auth.readthedocs.org/