Metadata-Version: 1.1
Name: django-rest-email-auth
Version: 3.0.3
Summary: Django app for email based authentication and registration.
Home-page: https://github.com/cdriehuys/django-rest-email-auth
Author: Chathan Driehuys
Author-email: chathan@driehuys.com
License: MIT
Description: ######################
        django-rest-email-auth
        ######################
        
        .. image:: https://img.shields.io/github/workflow/status/cdriehuys/django-rest-email-auth/Review%20Build/master
            :target: https://github.com/cdriehuys/django-rest-email-auth/actions?query=workflow%3A%22Review+Build%22+branch%3Amaster
        
        .. image:: https://img.shields.io/codecov/c/github/cdriehuys/django-rest-email-auth.svg
            :target: https://codecov.io/gh/cdriehuys/django-rest-email-auth
        
        .. image:: https://img.shields.io/pypi/v/django-rest-email-auth.svg
            :target: https://pypi.python.org/pypi/django-rest-email-auth/
        
        ***************
        Important Links
        ***************
        
        Project Homepage
          https://github.com/cdriehuys/django-rest-email-auth
        
        Documentation
          https://django-rest-email-auth.readthedocs.io
        
        ********
        Overview
        ********
        
        This package provides a simple way to enable authentication with email addresses for a REST API.
        
        Features:
          * Verification of user email addresses
          * Authentication using any of a user's verified email addresses
          * Registration of new users
          * Password resets using verified emails
        
        *************
        Compatibility
        *************
        
        | **Python:** 3.6 or later
        | **Django:** Versions 2.2 through 3.1
        | **Django REST Framework:** 3.10 or later
        
        ***************
        Adding Features
        ***************
        
        This package was primarily developed for a single project's use. As such it may lack features that other projects require. If that is the case, please `open an issue <open-issue_>`_ and let us know.
        
        *******
        License
        *******
        
        This project is licensed under the MIT License.
        
        *******
        Authors
        *******
        
        Chathan Driehuys (chathan@driehuys.com)
        
        
        .. _open-issue: https://github.com/cdriehuys/django-rest-email-auth/issues/new
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
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
