django-urlauth-egguy


Namedjango-urlauth-egguy JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryDjango application for user authentication with key in hypertext link
upload_time2024-01-24 10:24:55
maintainer
docs_urlNone
author
requires_python>=3.8
licenseBSD
keywords django application authentication authorization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-urlauth

This is a maintenance fork of the original django-urlauth by Grigoriy Petukhov.

This django application allows you to build special links.
When somebody goes via that link to your site, it will be automatically authenticated.
THis is achieved with special GET arguments which are appended to the link.
Such links are usually used in the emails.

Example of such link: http://domain.com/profile/edit/?authkey=SOME_HASH

For installation instructions, see the file "INSTALL".

Full documentation is available in the file "index.rst" in the "docs/" directory.


## Changes in this fork

- Updated to work with Django 1.11+
- Added support for Python 3.6+
- Added tests runner

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-urlauth-egguy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "django application authentication authorization",
    "author": "",
    "author_email": "egguy <etienne.guilluy@gmail.com>, Grigoriy Petukhov <lorien@lorien.name>",
    "download_url": "https://files.pythonhosted.org/packages/2a/fb/ba1cfca3594197eb855ac31967fb1d4ff9244ebaa0891fcbd1fcf2da45fa/django_urlauth_egguy-0.3.0.tar.gz",
    "platform": null,
    "description": "# django-urlauth\n\nThis is a maintenance fork of the original django-urlauth by Grigoriy Petukhov.\n\nThis django application allows you to build special links.\nWhen somebody goes via that link to your site, it will be automatically authenticated.\nTHis is achieved with special GET arguments which are appended to the link.\nSuch links are usually used in the emails.\n\nExample of such link: http://domain.com/profile/edit/?authkey=SOME_HASH\n\nFor installation instructions, see the file \"INSTALL\".\n\nFull documentation is available in the file \"index.rst\" in the \"docs/\" directory.\n\n\n## Changes in this fork\n\n- Updated to work with Django 1.11+\n- Added support for Python 3.6+\n- Added tests runner\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Django application for user authentication with key in hypertext link",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/egguy/django-urlauth/"
    },
    "split_keywords": [
        "django",
        "application",
        "authentication",
        "authorization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5493de5da115e3902531eb8d4eed95f43976a420b41b7e18dc115ecca24d404c",
                "md5": "61c3b6bdb65b0b5cd073773863c729a5",
                "sha256": "64a0d6b458924e06231a53f84df309307ca993e992c685f44ad3c28e9f6c4074"
            },
            "downloads": -1,
            "filename": "django_urlauth_egguy-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61c3b6bdb65b0b5cd073773863c729a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7802,
            "upload_time": "2024-01-24T10:24:52",
            "upload_time_iso_8601": "2024-01-24T10:24:52.951319Z",
            "url": "https://files.pythonhosted.org/packages/54/93/de5da115e3902531eb8d4eed95f43976a420b41b7e18dc115ecca24d404c/django_urlauth_egguy-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2afbba1cfca3594197eb855ac31967fb1d4ff9244ebaa0891fcbd1fcf2da45fa",
                "md5": "c33536e662def4a915e062813274158a",
                "sha256": "ed93982f1d4b368dd8d204628ff96a411c00cd56629f528872531883e2e74d69"
            },
            "downloads": -1,
            "filename": "django_urlauth_egguy-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c33536e662def4a915e062813274158a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7348,
            "upload_time": "2024-01-24T10:24:55",
            "upload_time_iso_8601": "2024-01-24T10:24:55.007041Z",
            "url": "https://files.pythonhosted.org/packages/2a/fb/ba1cfca3594197eb855ac31967fb1d4ff9244ebaa0891fcbd1fcf2da45fa/django_urlauth_egguy-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 10:24:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "egguy",
    "github_project": "django-urlauth",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-urlauth-egguy"
}
        
Elapsed time: 0.17662s