django-tokenauth


Namedjango-tokenauth JSON
Version 0.5.5 PyPI version JSON
download
home_pagehttps://github.com/skorokithakis/django-tokenauth
SummaryAn authentication backend that uses tokens sent over email to authenticate users.
upload_time2025-08-02 19:12:25
maintainerNone
docs_urlNone
authorStavros Korokithakis
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django",
    "author": "Stavros Korokithakis",
    "author_email": "hi@stavros.io",
    "download_url": "https://files.pythonhosted.org/packages/c0/d1/da636b17c9ef380072820630c6c033efa4df1cacd0ff99f9c6c9d8c31a96/django_tokenauth-0.5.5.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.5",
    "project_urls": {
        "Homepage": "https://github.com/skorokithakis/django-tokenauth"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "20b512b4a47238b6720c7d7ca4da761884f2136f34719d3d91cef17d8752efaf",
                "md5": "171fe3b965efb3dfb3f770db23ec5146",
                "sha256": "533faaacd9a3244215843f80b69d93d30edcdfeff1a778653b02a06161ea8fca"
            },
            "downloads": -1,
            "filename": "django_tokenauth-0.5.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "171fe3b965efb3dfb3f770db23ec5146",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 12155,
            "upload_time": "2025-08-02T19:12:24",
            "upload_time_iso_8601": "2025-08-02T19:12:24.584505Z",
            "url": "https://files.pythonhosted.org/packages/20/b5/12b4a47238b6720c7d7ca4da761884f2136f34719d3d91cef17d8752efaf/django_tokenauth-0.5.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0d1da636b17c9ef380072820630c6c033efa4df1cacd0ff99f9c6c9d8c31a96",
                "md5": "94db1b0112d4c623905eeb716cf655f5",
                "sha256": "5f053c3e4d350f66063ec714b79a6e64af6550f5183d76c8521d7d05cea0bd5c"
            },
            "downloads": -1,
            "filename": "django_tokenauth-0.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "94db1b0112d4c623905eeb716cf655f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13496,
            "upload_time": "2025-08-02T19:12:25",
            "upload_time_iso_8601": "2025-08-02T19:12:25.614677Z",
            "url": "https://files.pythonhosted.org/packages/c0/d1/da636b17c9ef380072820630c6c033efa4df1cacd0ff99f9c6c9d8c31a96/django_tokenauth-0.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 19:12:25",
    "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: 3.27067s