jwt-email-auth

JWT authentication from email login codes.


Keywords
django, djangorestframework, drf, email, code, login, jwt, auth, authentication, django-rest-framework, jwt-authentication, python
License
MIT
Install
pip install jwt-email-auth==0.11.4

Documentation

JSON Web Token Email Authentication

Coverage Status GitHub Workflow Status PyPI GitHub GitHub Last Commit GitHub Issues Downloads

Python Version Django Version DRF Version

pip install jwt-email-auth

Documentation: https://mrthearman.github.io/jwt-email-auth/

Source Code: https://github.com/MrThearMan/jwt-email-auth/


This module enables JSON Web Token Authentication in Django Rest framework without using Django's User model. Instead, login information is stored in cache, a login code is sent to the user's email inbox, and then the cached information is obtained using the code that was sent to the given email.