Skip to content

MrThearMan/jwt-email-auth

Repository files navigation

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/

Contributing: https://github.com/MrThearMan/jwt-email-auth/blob/main/CONTRIBUTING.md


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.