# JSON Web Token Email Authentication
[![Coverage Status][coverage-badge]][coverage]
[![GitHub Workflow Status][status-badge]][status]
[![PyPI][pypi-badge]][pypi]
[![GitHub][licence-badge]][licence]
[![GitHub Last Commit][repo-badge]][repo]
[![GitHub Issues][issues-badge]][issues]
[![Downloads][downloads-badge]][pypi]
[![Python Version][version-badge]][pypi]
[![Django Version][django-badge]][pypi]
[![DRF Version][drf-badge]][pypi]
```shell
pip install jwt-email-auth
```
---
**Documentation**: [https://mrthearman.github.io/jwt-email-auth/](https://mrthearman.github.io/jwt-email-auth/)
**Source Code**: [https://github.com/MrThearMan/jwt-email-auth/](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][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.
[cache]: https://docs.djangoproject.com/en/3.2/topics/cache/#the-low-level-cache-api
[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/jwt-email-auth/badge.svg?branch=main
[status-badge]: https://img.shields.io/github/workflow/status/MrThearMan/jwt-email-auth/Test
[pypi-badge]: https://img.shields.io/pypi/v/jwt-email-auth
[licence-badge]: https://img.shields.io/github/license/MrThearMan/jwt-email-auth
[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/jwt-email-auth
[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/jwt-email-auth
[version-badge]: https://img.shields.io/pypi/pyversions/jwt-email-auth
[downloads-badge]: https://img.shields.io/pypi/dm/jwt-email-auth
[django-badge]: https://img.shields.io/pypi/djversions/jwt-email-auth
[drf-badge]: https://img.shields.io/badge/drf%20versions-3.12.0%20--%203.13.0-blue
[coverage]: https://coveralls.io/github/MrThearMan/jwt-email-auth?branch=main
[status]: https://github.com/MrThearMan/jwt-email-auth/actions/workflows/test.yml
[pypi]: https://pypi.org/project/jwt-email-auth
[licence]: https://github.com/MrThearMan/jwt-email-auth/blob/main/LICENSE
[repo]: https://github.com/MrThearMan/jwt-email-auth/commits/main
[issues]: https://github.com/MrThearMan/jwt-email-auth/issues
Raw data
{
"_id": null,
"home_page": "https://github.com/MrThearMan/jwt-email-auth",
"name": "jwt-email-auth",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4",
"maintainer_email": "",
"keywords": "django,djangorestframework,drf,email,code,login,jwt,auth,authentication",
"author": "Matti Lamppu",
"author_email": "lamppu.matti.akseli@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9f/90/15ebbff39f28433eecb10eb4888f959ede23ea8b1dee8626adc5f1599e46/jwt_email_auth-0.11.5.tar.gz",
"platform": null,
"description": "# JSON Web Token Email Authentication\n\n[![Coverage Status][coverage-badge]][coverage]\n[![GitHub Workflow Status][status-badge]][status]\n[![PyPI][pypi-badge]][pypi]\n[![GitHub][licence-badge]][licence]\n[![GitHub Last Commit][repo-badge]][repo]\n[![GitHub Issues][issues-badge]][issues]\n[![Downloads][downloads-badge]][pypi]\n\n[![Python Version][version-badge]][pypi]\n[![Django Version][django-badge]][pypi]\n[![DRF Version][drf-badge]][pypi]\n\n```shell\npip install jwt-email-auth\n```\n\n---\n\n**Documentation**: [https://mrthearman.github.io/jwt-email-auth/](https://mrthearman.github.io/jwt-email-auth/)\n\n**Source Code**: [https://github.com/MrThearMan/jwt-email-auth/](https://github.com/MrThearMan/jwt-email-auth/)\n\n---\n\n\nThis module enables JSON Web Token Authentication in Django Rest framework without using Django's User model.\nInstead, login information is stored in [cache][cache], a login code is sent to the user's email inbox,\nand then the cached information is obtained using the code that was sent to the given email.\n\n\n[cache]: https://docs.djangoproject.com/en/3.2/topics/cache/#the-low-level-cache-api\n\n[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/jwt-email-auth/badge.svg?branch=main\n[status-badge]: https://img.shields.io/github/workflow/status/MrThearMan/jwt-email-auth/Test\n[pypi-badge]: https://img.shields.io/pypi/v/jwt-email-auth\n[licence-badge]: https://img.shields.io/github/license/MrThearMan/jwt-email-auth\n[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/jwt-email-auth\n[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/jwt-email-auth\n[version-badge]: https://img.shields.io/pypi/pyversions/jwt-email-auth\n[downloads-badge]: https://img.shields.io/pypi/dm/jwt-email-auth\n[django-badge]: https://img.shields.io/pypi/djversions/jwt-email-auth\n[drf-badge]: https://img.shields.io/badge/drf%20versions-3.12.0%20--%203.13.0-blue\n\n[coverage]: https://coveralls.io/github/MrThearMan/jwt-email-auth?branch=main\n[status]: https://github.com/MrThearMan/jwt-email-auth/actions/workflows/test.yml\n[pypi]: https://pypi.org/project/jwt-email-auth\n[licence]: https://github.com/MrThearMan/jwt-email-auth/blob/main/LICENSE\n[repo]: https://github.com/MrThearMan/jwt-email-auth/commits/main\n[issues]: https://github.com/MrThearMan/jwt-email-auth/issues\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "JWT authentication from email login codes.",
"version": "0.11.5",
"split_keywords": [
"django",
"djangorestframework",
"drf",
"email",
"code",
"login",
"jwt",
"auth",
"authentication"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ad5d74331a9ba0fe21489983a972f277",
"sha256": "92b2ddbbd6139cba5b86b861d09ed653f53b3680a525e23a7d53a0dae26d80d6"
},
"downloads": -1,
"filename": "jwt_email_auth-0.11.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad5d74331a9ba0fe21489983a972f277",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4",
"size": 31292,
"upload_time": "2022-11-30T12:23:02",
"upload_time_iso_8601": "2022-11-30T12:23:02.917985Z",
"url": "https://files.pythonhosted.org/packages/59/86/5d631a47818877b6bf233d24f7df5a2aac7ec5e320a75dd2b4dcdc85065d/jwt_email_auth-0.11.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "38fd88fc0eb75c285eb31c7c7673052f",
"sha256": "9c2d5bf8d6a6f02c949ea3820287c1217b0abe7f1b76e67317a7a01cdb870f8e"
},
"downloads": -1,
"filename": "jwt_email_auth-0.11.5.tar.gz",
"has_sig": false,
"md5_digest": "38fd88fc0eb75c285eb31c7c7673052f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4",
"size": 23633,
"upload_time": "2022-11-30T12:23:04",
"upload_time_iso_8601": "2022-11-30T12:23:04.240896Z",
"url": "https://files.pythonhosted.org/packages/9f/90/15ebbff39f28433eecb10eb4888f959ede23ea8b1dee8626adc5f1599e46/jwt_email_auth-0.11.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-11-30 12:23:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MrThearMan",
"github_project": "jwt-email-auth",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jwt-email-auth"
}