pyams-auth-jwt


Namepyams-auth-jwt JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS security plug-in for JWT authentication
upload_time2024-02-01 17:35:11
maintainer
docs_urlNone
authorThierry Florac
requires_python
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================================
PyAMS JWT 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>`_.


What is PyAMS JWT authentication package?
=========================================

This package is a plug-in for PyAMS security policy; it allows to generate JWT tokens, and to
extract and validate credentials from a provided JWT token.

You have to include this package in your Pyramid configuration to active this plug-in.


Changelog
=========

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

2.0.1
-----
 - updated modal forms title

2.0.0
-----
 - upgraded to Pyramid 2.0

1.4.6
-----
 - interfaces cleanup

1.4.5
-----
 - updated Colander API schemas for better OpenAPI specifications

1.4.4
-----
 - updated PyJWT package dependency to 2.6.0
 - added support for Python 3.11

1.4.3
-----
 - added CORS validators to REST services

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

1.4.1
-----
 - added expiration date (based on refresh token lifetime) to response when generating tokens

1.4.0
-----
 - added REST API to get token from an already authorized principal
 - updated menus context

1.3.1
-----
 - fixed Gitlab-CI Pylint task

1.3.0
-----
 - removed support for Python < 3.5
 - use Colander schemas in JWT REST API

1.2.3
-----
 - updated Gitlab-CI configuration
 - removed Travis-CI configuration

1.2.2
-----
 - Pylint cleanup

1.2.1
-----
 - updated package requirements

1.2.0
-----
 - added support for "proxy" mode, where JWT tokens management is delegated to another
   authentication authority

1.1.2
-----
 - updated french translation

1.1.1
-----
 - doctest update

1.1.0
-----
 - added refresh tokens management with Cornice REST API
 - added JWT configuration management interface

1.0.2
-----
 - updated package description to allow upload to Pypi!

1.0.1
-----
 - removed upload of coverage data to Coveralls.io because of unknown errors

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-auth-jwt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/13/42/1119441372a3a38761e1ef50766628ee3ee6e5a166945cb9846a4f82df72/pyams_auth_jwt-2.0.2.tar.gz",
    "platform": null,
    "description": "================================\nPyAMS JWT 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>`_.\n\n\nWhat is PyAMS JWT authentication package?\n=========================================\n\nThis package is a plug-in for PyAMS security policy; it allows to generate JWT tokens, and to\nextract and validate credentials from a provided JWT token.\n\nYou have to include this package in your Pyramid configuration to active this plug-in.\n\n\nChangelog\n=========\n\n2.0.2\n-----\n - updated REST API route name and path configuration setting name\n\n2.0.1\n-----\n - updated modal forms title\n\n2.0.0\n-----\n - upgraded to Pyramid 2.0\n\n1.4.6\n-----\n - interfaces cleanup\n\n1.4.5\n-----\n - updated Colander API schemas for better OpenAPI specifications\n\n1.4.4\n-----\n - updated PyJWT package dependency to 2.6.0\n - added support for Python 3.11\n\n1.4.3\n-----\n - added CORS validators to REST services\n\n1.4.2\n-----\n - PyAMS_security interfaces refactoring\n - added support for Python 3.10\n\n1.4.1\n-----\n - added expiration date (based on refresh token lifetime) to response when generating tokens\n\n1.4.0\n-----\n - added REST API to get token from an already authorized principal\n - updated menus context\n\n1.3.1\n-----\n - fixed Gitlab-CI Pylint task\n\n1.3.0\n-----\n - removed support for Python < 3.5\n - use Colander schemas in JWT REST API\n\n1.2.3\n-----\n - updated Gitlab-CI configuration\n - removed Travis-CI configuration\n\n1.2.2\n-----\n - Pylint cleanup\n\n1.2.1\n-----\n - updated package requirements\n\n1.2.0\n-----\n - added support for \"proxy\" mode, where JWT tokens management is delegated to another\n   authentication authority\n\n1.1.2\n-----\n - updated french translation\n\n1.1.1\n-----\n - doctest update\n\n1.1.0\n-----\n - added refresh tokens management with Cornice REST API\n - added JWT configuration management interface\n\n1.0.2\n-----\n - updated package description to allow upload to Pypi!\n\n1.0.1\n-----\n - removed upload of coverage data to Coveralls.io because of unknown errors\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS security plug-in for JWT authentication",
    "version": "2.0.2",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce710fccd4397823bf7f94753bcc7d16958a0f28e52362afa17a2fda6541a175",
                "md5": "8895cee222ec12980350a60118ec149e",
                "sha256": "a4907495d2d81fe8f78f66a809d89c9a88bcb7e973aa1f78358f9bbeb47d73ba"
            },
            "downloads": -1,
            "filename": "pyams_auth_jwt-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8895cee222ec12980350a60118ec149e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36240,
            "upload_time": "2024-02-01T17:35:09",
            "upload_time_iso_8601": "2024-02-01T17:35:09.732487Z",
            "url": "https://files.pythonhosted.org/packages/ce/71/0fccd4397823bf7f94753bcc7d16958a0f28e52362afa17a2fda6541a175/pyams_auth_jwt-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13421119441372a3a38761e1ef50766628ee3ee6e5a166945cb9846a4f82df72",
                "md5": "79d7b7575d0fb6894d7642b59929b05d",
                "sha256": "685b333c4c6a8bd4d4deb7ce47cf93a5de11c2ec09a81c7804be21f8dde953c1"
            },
            "downloads": -1,
            "filename": "pyams_auth_jwt-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "79d7b7575d0fb6894d7642b59929b05d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26269,
            "upload_time": "2024-02-01T17:35:11",
            "upload_time_iso_8601": "2024-02-01T17:35:11.976034Z",
            "url": "https://files.pythonhosted.org/packages/13/42/1119441372a3a38761e1ef50766628ee3ee6e5a166945cb9846a4f82df72/pyams_auth_jwt-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 17:35:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-auth-jwt"
}
        
Elapsed time: 0.16805s