Metadata-Version: 2.1
Name: django-simple-email-auth
Version: 0.2.0
Summary: Django app for email based authentication and registration.
Home-page: https://github.com/cdriehuys/django-simple-email-auth
Author: Chathan Driehuys
Author-email: chathan@driehuys.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Django (>=2.1)
Requires-Dist: django-email-utils (>=1.0)

########################
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: https://pypi.org/project/django-simple-email-auth/

.. 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.

**Note:**
  This project is below version 1.0.0, which means any changes to the minor
  number may be breaking changes.

************
Installation
************

From PyPI::

    pip install django-simple-email-auth

*******
License
*******

This project is licensed under the MIT License.


