pyams-auth-remote


Namepyams-auth-remote JSON
Version 2.1.1 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS authentication package using REMOTE_USER environment variable
upload_time2024-12-05 15:44:53
maintainerNone
docs_urlNone
authorThierry Florac
requires_pythonNone
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================================
PyAMS remote authentication package
===================================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS remote authentication?
====================================

PyAMS remote authentication package is an extension package for PyAMS which allows usage of
REMOTE_USER environment variable as a principal identifier. This environment variable can be
set, for example, by Apache SSL module, by extracting identity from incoming certificate.


Changelog
=========

2.1.1
-----
 - added support for Python 3.12

2.1.0
-----
 - added settings option *pyams_auth_remote.mode* to use an HTTP header instead of an environment variable

2.0.4
-----
 - corrected typo in plugin class name

2.0.3
-----
 - tag mismatch

2.0.2
-----
 - add "pre-authenticated" attribute to credentials

2.0.1
-----
 - updated translation

2.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-auth-remote",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/e3/48/dc341f8c3118871fc2440e63bbc0b9bb21ccd957c56c7ed400828276630c/pyams_auth_remote-2.1.1.tar.gz",
    "platform": null,
    "description": "===================================\nPyAMS remote authentication package\n===================================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS remote authentication?\n====================================\n\nPyAMS remote authentication package is an extension package for PyAMS which allows usage of\nREMOTE_USER environment variable as a principal identifier. This environment variable can be\nset, for example, by Apache SSL module, by extracting identity from incoming certificate.\n\n\nChangelog\n=========\n\n2.1.1\n-----\n - added support for Python 3.12\n\n2.1.0\n-----\n - added settings option *pyams_auth_remote.mode* to use an HTTP header instead of an environment variable\n\n2.0.4\n-----\n - corrected typo in plugin class name\n\n2.0.3\n-----\n - tag mismatch\n\n2.0.2\n-----\n - add \"pre-authenticated\" attribute to credentials\n\n2.0.1\n-----\n - updated translation\n\n2.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS authentication package using REMOTE_USER environment variable",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d062780d38f66a05bb5afe7d6e8985a33e95027c949c063d2f0595c2f792746",
                "md5": "4ac1765d04a9732473c5a99029f996e4",
                "sha256": "09829cfacde22dde2412edad0dee5ef01069fbe6e3be2f8811f67b8fa2be1307"
            },
            "downloads": -1,
            "filename": "pyams_auth_remote-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ac1765d04a9732473c5a99029f996e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13719,
            "upload_time": "2024-12-05T15:44:52",
            "upload_time_iso_8601": "2024-12-05T15:44:52.565533Z",
            "url": "https://files.pythonhosted.org/packages/5d/06/2780d38f66a05bb5afe7d6e8985a33e95027c949c063d2f0595c2f792746/pyams_auth_remote-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e348dc341f8c3118871fc2440e63bbc0b9bb21ccd957c56c7ed400828276630c",
                "md5": "fe1fa82b30ec3bfb0cdbbcdb278a0347",
                "sha256": "557e989e3f1823bd944e161a6b3cf7936ca0ea3d172571deef863dcdc4811c34"
            },
            "downloads": -1,
            "filename": "pyams_auth_remote-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe1fa82b30ec3bfb0cdbbcdb278a0347",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8425,
            "upload_time": "2024-12-05T15:44:53",
            "upload_time_iso_8601": "2024-12-05T15:44:53.703027Z",
            "url": "https://files.pythonhosted.org/packages/e3/48/dc341f8c3118871fc2440e63bbc0b9bb21ccd957c56c7ed400828276630c/pyams_auth_remote-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 15:44:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-auth-remote"
}
        
Elapsed time: 1.82090s