Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitar/django-mongo-auth
Django authentication based on an extensible MongoEngine user class.
https://github.com/mitar/django-mongo-auth
Last synced: 12 minutes ago
JSON representation
Django authentication based on an extensible MongoEngine user class.
- Host: GitHub
- URL: https://github.com/mitar/django-mongo-auth
- Owner: mitar
- License: other
- Created: 2012-10-30T10:25:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T18:06:37.000Z (over 8 years ago)
- Last Synced: 2024-04-15T02:51:11.892Z (7 months ago)
- Language: Python
- Homepage:
- Size: 604 KB
- Stars: 21
- Watchers: 8
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
- awesome-django-security - Django Mongo Auth
README
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/