Last updated:
0 purchases
jwtemailauth 0.11.5
JSON Web Token Email Authentication
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.