pyams-auth-oauth


Namepyams-auth-oauth JSON
Version 2.1.3 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS security plug-in for OAuth authentication
upload_time2025-01-18 12:35:52
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 OAuth 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 *doctests* source folder.


What is PyAMS OAuth authentication package?
===========================================

This package is a plug-in for PyAMS security policy; it allows to authenticate application
users via an OAuth or OAuth2 authentication providers.

You have to include this package in your Pyramid configuration to activate this plug-in, but also
to register providers for which you want to allow access from.


Changelog
=========

2.1.3
-----
 - updated Gitlab-CI

2.1.2
-----
 - updated configuration settings keys

2.1.1
-----
 - updated providers view template

2.1.0
-----
 - added custom OAuth authentication event to be able to handle redirect correctly
   in any client application

2.0.2
-----
 - updated REST API route name and path configuraiton setting name

2.0.1
-----
 - updated modal forms title

2.0.0
-----
 - migrated to Pyramid 2.0

1.3.0
-----
 - added support for MicrosoftOnline OAuth2 provider

1.2.7
-----
 - updated management interface
 - updated providers viewlet
 - small code refactoring to simplify super() calls
 - added missing parent class to OAuth provider connection
 - added support for Python 3.11

1.2.6
-----
 - PyAMS_security interfaces refactoring
 - added support for Python 3.10

1.2.5
-----
 - use new context base add action

1.2.4
-----
 - use constant for principal ID formatter

1.2.3
-----
 - updated ZMI menus context

1.2.2
-----
 - updated add and edit forms title

1.2.1
-----
 - updated add menus registration for last PyAMS_zmi release

1.2.0
-----
 - removed support for Python < 3.7

1.1.4
-----
 - removed Travis-CI configuration

1.1.3
-----
 - updated JSON response in provider add form renderer

1.1.2
-----
 - updated support for new "find_principals" exact match API

1.1.1
-----
 - updated package description for Pypi upload...

1.1.0
-----
 - added OAuth plugin configuration interface
 - added registered OAuth providers to login view
 - updated plugin configuration

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-auth-oauth",
    "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/fc/01/b251971327a3f911d8c40b4774eacdb03c7028423538c1dacaeb3be55c8c/pyams_auth_oauth-2.1.3.tar.gz",
    "platform": null,
    "description": "==================================\nPyAMS OAuth 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 *doctests* source folder.\n\n\nWhat is PyAMS OAuth authentication package?\n===========================================\n\nThis package is a plug-in for PyAMS security policy; it allows to authenticate application\nusers via an OAuth or OAuth2 authentication providers.\n\nYou have to include this package in your Pyramid configuration to activate this plug-in, but also\nto register providers for which you want to allow access from.\n\n\nChangelog\n=========\n\n2.1.3\n-----\n - updated Gitlab-CI\n\n2.1.2\n-----\n - updated configuration settings keys\n\n2.1.1\n-----\n - updated providers view template\n\n2.1.0\n-----\n - added custom OAuth authentication event to be able to handle redirect correctly\n   in any client application\n\n2.0.2\n-----\n - updated REST API route name and path configuraiton setting name\n\n2.0.1\n-----\n - updated modal forms title\n\n2.0.0\n-----\n - migrated to Pyramid 2.0\n\n1.3.0\n-----\n - added support for MicrosoftOnline OAuth2 provider\n\n1.2.7\n-----\n - updated management interface\n - updated providers viewlet\n - small code refactoring to simplify super() calls\n - added missing parent class to OAuth provider connection\n - added support for Python 3.11\n\n1.2.6\n-----\n - PyAMS_security interfaces refactoring\n - added support for Python 3.10\n\n1.2.5\n-----\n - use new context base add action\n\n1.2.4\n-----\n - use constant for principal ID formatter\n\n1.2.3\n-----\n - updated ZMI menus context\n\n1.2.2\n-----\n - updated add and edit forms title\n\n1.2.1\n-----\n - updated add menus registration for last PyAMS_zmi release\n\n1.2.0\n-----\n - removed support for Python < 3.7\n\n1.1.4\n-----\n - removed Travis-CI configuration\n\n1.1.3\n-----\n - updated JSON response in provider add form renderer\n\n1.1.2\n-----\n - updated support for new \"find_principals\" exact match API\n\n1.1.1\n-----\n - updated package description for Pypi upload...\n\n1.1.0\n-----\n - added OAuth plugin configuration interface\n - added registered OAuth providers to login view\n - updated plugin configuration\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS security plug-in for OAuth authentication",
    "version": "2.1.3",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6988e4c1bb5e29c3492df825734ec6474dba1c6c7cf9a72d4436848a7de16cca",
                "md5": "9874044eb9e3a700a39a0800d34771af",
                "sha256": "8c105d2782f552e0a59e85a10cae42997cbd37a2a690237cf18781bbcf4570c7"
            },
            "downloads": -1,
            "filename": "pyams_auth_oauth-2.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9874044eb9e3a700a39a0800d34771af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 37002,
            "upload_time": "2025-01-18T12:35:50",
            "upload_time_iso_8601": "2025-01-18T12:35:50.222614Z",
            "url": "https://files.pythonhosted.org/packages/69/88/e4c1bb5e29c3492df825734ec6474dba1c6c7cf9a72d4436848a7de16cca/pyams_auth_oauth-2.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc01b251971327a3f911d8c40b4774eacdb03c7028423538c1dacaeb3be55c8c",
                "md5": "72037431bba2a5c830b4c3e378adbb9e",
                "sha256": "9077845da392f21589f4bec7fc5b3366b9a66bfb9aca2e0f99d4fd65542fb6e2"
            },
            "downloads": -1,
            "filename": "pyams_auth_oauth-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "72037431bba2a5c830b4c3e378adbb9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24719,
            "upload_time": "2025-01-18T12:35:52",
            "upload_time_iso_8601": "2025-01-18T12:35:52.609224Z",
            "url": "https://files.pythonhosted.org/packages/fc/01/b251971327a3f911d8c40b4774eacdb03c7028423538c1dacaeb3be55c8c/pyams_auth_oauth-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 12:35:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-auth-oauth"
}
        
Elapsed time: 0.61840s