Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdriehuys/django-rest-email-auth
Django app to handle authentication and registration by email.
https://github.com/cdriehuys/django-rest-email-auth
authentication django-application email-verification
Last synced: about 1 month ago
JSON representation
Django app to handle authentication and registration by email.
- Host: GitHub
- URL: https://github.com/cdriehuys/django-rest-email-auth
- Owner: cdriehuys
- License: mit
- Created: 2017-09-01T04:12:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T02:27:10.000Z (5 months ago)
- Last Synced: 2024-09-30T10:42:47.201Z (about 2 months ago)
- Topics: authentication, django-application, email-verification
- Language: Python
- Homepage: https://pypi.python.org/pypi/django-rest-email-auth/
- Size: 279 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
######################
django-rest-email-auth
######################.. image:: https://img.shields.io/github/actions/workflow/status/cdriehuys/django-rest-email-auth/run-tests.yml?branch=master
:alt: GitHub Workflow Status
:target: https://github.com/cdriehuys/django-rest-email-auth/actions/workflows/run-tests.yml?query=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-authDocumentation
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 3.2 through 4.1
| **Django REST Framework:** 3.14 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 `_ and let us know.
*******
License
*******This project is licensed under the MIT License.
*******
Authors
*******Chathan Driehuys ([email protected])
.. _open-issue: https://github.com/cdriehuys/django-rest-email-auth/issues/new