django-tokenauth


Namedjango-tokenauth JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/skorokithakis/django-tokenauth
SummaryAn authentication backend that uses tokens sent over email to authenticate users.
upload_time2023-05-21 17:19:09
maintainer
docs_urlNone
authorStavros Korokithakis
requires_python
licenseBSD
keywords django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            A small Django authentication backend that sends users a one-time login link through email. When the user clicks the link, they are immediately logged in.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/skorokithakis/django-tokenauth",
    "name": "django-tokenauth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django",
    "author": "Stavros Korokithakis",
    "author_email": "hi@stavros.io",
    "download_url": "https://files.pythonhosted.org/packages/c3/b0/1e42b5686f2a5da1837cc62dad6592b23a98538020a6e0abc0ce7ac33102/django-tokenauth-0.5.3.tar.gz",
    "platform": null,
    "description": "A small Django authentication backend that sends users a one-time login link through email. When the user clicks the link, they are immediately logged in.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "An authentication backend that uses tokens sent over email to authenticate users.",
    "version": "0.5.3",
    "project_urls": {
        "Homepage": "https://github.com/skorokithakis/django-tokenauth"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cabb70f58482ddeab7492e638e92ab5086af91c967a2775ca4c8edf4a65e4b0",
                "md5": "f02cce4fc674998e6f72c09b99f5a514",
                "sha256": "39aaf65dc58e0d54b9a88cb5618e2d9ae42a40ad9fba9040911b64f4d1e464fd"
            },
            "downloads": -1,
            "filename": "django_tokenauth-0.5.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f02cce4fc674998e6f72c09b99f5a514",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 12155,
            "upload_time": "2023-05-21T17:19:07",
            "upload_time_iso_8601": "2023-05-21T17:19:07.270690Z",
            "url": "https://files.pythonhosted.org/packages/1c/ab/b70f58482ddeab7492e638e92ab5086af91c967a2775ca4c8edf4a65e4b0/django_tokenauth-0.5.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3b01e42b5686f2a5da1837cc62dad6592b23a98538020a6e0abc0ce7ac33102",
                "md5": "093980a29776714ba2dd38a98bc7dccc",
                "sha256": "079ff8bb75d5d9b45f7f1e3e91ff0e39bbe70175a8cbc99f94e78f02664025d8"
            },
            "downloads": -1,
            "filename": "django-tokenauth-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "093980a29776714ba2dd38a98bc7dccc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10553,
            "upload_time": "2023-05-21T17:19:09",
            "upload_time_iso_8601": "2023-05-21T17:19:09.087469Z",
            "url": "https://files.pythonhosted.org/packages/c3/b0/1e42b5686f2a5da1837cc62dad6592b23a98538020a6e0abc0ce7ac33102/django-tokenauth-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 17:19:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "skorokithakis",
    "github_project": "django-tokenauth",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "django-tokenauth"
}
        
Elapsed time: 0.06622s