123456789101112131415161718192021222324252627282930313233343536373839404142 |
- Metadata-Version: 2.0
- Name: django-mongo-auth
- Version: 0.1.3
- Summary: Django authentication based on an extensible MongoEngine user class.
- Home-page: https://github.com/mitar/django-mongo-auth
- Author: Mitar
- Author-email: mitar.django@tnode.com
- License: AGPLv3
- Platform: UNKNOWN
- Classifier: Development Status :: 4 - Beta
- Classifier: Environment :: Web Environment
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
- Classifier: Operating System :: OS Independent
- Classifier: Programming Language :: Python
- Classifier: Framework :: Django
- Requires-Dist: Django (>=1.3)
- Requires-Dist: django-browserid (>=0.6)
- Requires-Dist: django-missing (>=0.1.10)
- Requires-Dist: django-sekizai (>=0.5)
- Requires-Dist: mongoengine (>=0.6.11)
- Requires-Dist: tweepy (>=1.9)
- django-mongo-auth
- =================
- Django_ authentication based on an extensible MongoEngine_ user class.
- It supports common authentication providers (Facebook, Google, Twitter,
- Foursquare, BrowserID/Persona, ...) and a traditional on-site registration workflow
- with e-mail address confirmation. Additionally, anonymous users are given a
- temporary account instance which can then be converted to an authenticated one.
- Each account can be linked with multiple authentication providers.
- .. _Django: https://www.djangoproject.com/
- .. _MongoEngine: http://mongoengine.org/
- Documentation is found at:
- http://django-mongo-auth.readthedocs.org/
|