https://github.com/cdriehuys/django-simple-email-auth
A Django library for authenticating using verified email addresses.
https://github.com/cdriehuys/django-simple-email-auth
authentication django-application email-verification
Last synced: 4 months ago
JSON representation
A Django library for authenticating using verified email addresses.
- Host: GitHub
- URL: https://github.com/cdriehuys/django-simple-email-auth
- Owner: cdriehuys
- License: mit
- Created: 2019-06-09T21:50:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T19:42:20.000Z (over 6 years ago)
- Last Synced: 2026-01-01T10:44:15.566Z (6 months ago)
- Topics: authentication, django-application, email-verification
- Language: Python
- Homepage: https://django-simple-email-auth.rtfd.io
- Size: 99.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
########################
Django Simple Email Auth
########################
.. image:: https://img.shields.io/travis/com/cdriehuys/django-simple-email-auth/master
:alt: Travis CI Build Status
:target: https://travis-ci.com/cdriehuys/django-simple-email-auth
.. image:: https://img.shields.io/codecov/c/github/cdriehuys/django-simple-email-auth/master
:alt: Code Coverage
:target: https://codecov.io/github/cdriehuys/django-simple-email-auth
.. image:: https://img.shields.io/pypi/v/django-simple-email-auth
:alt: PyPI Version
:target: django-simple-email-auth-pypi_
.. image:: https://img.shields.io/pypi/l/django-simple-email-auth
:alt: License
:target: https://github.com/cdriehuys/django-simple-email-auth/blob/master/LICENSE
A Django library for authenticating using verified email addresses. Users may
authenticate using any email address they have verified ownership of.
Project Homepage
https://github.com/cdriehuys/django-simple-email-auth
Documentation
https://django-simple-email-auth.readthedocs.io
**********
Alpha Note
**********
This project is below version 1.0.0, which means any changes to the minor
number may be breaking changes.
********
Features
********
A brief overview of the features offered by this package:
* Verification of email ownership
* Authentication using any verified email address
* Password resets
************
Installation
************
From `PyPI `_::
pip install django-simple-email-auth
********
Road Map
********
The current focus is on getting the basic data models down. After that, we would
like to add the following features:
* A default REST API built with Django Rest Framework
* A set of default Django views for people who don't have a separate frontend.
* (Maybe) A default GraphQL backend
Feel free to `open a new issue `_ if you have an additional feature
request that is not listed here.
*******
License
*******
This project is licensed under the MIT License.
.. _issues-new: https://github.com/cdriehuys/django-simple-email-auth/issues/new
.. _django-simple-email-auth-pypi: https://pypi.org/project/django-simple-email-auth/