pyams-auth-jwt


Namepyams-auth-jwt JSON
Version 2.0.4 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS security plug-in for JWT authentication
upload_time2025-01-18 17:14:29
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 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.4
-----
 - added interface adapter check
 - replace `datetime.utcnow` call with `datime.now(timezone.utc)`

2.0.3
-----
 - updated settings configuration keys

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": 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/b5/fd/243808a7c70b28c0feb74b14b3550f4d2b93571afb3697888c8cab28a6a8/pyams_auth_jwt-2.0.4.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.4\n-----\n - added interface adapter check\n - replace `datetime.utcnow` call with `datime.now(timezone.utc)`\n\n2.0.3\n-----\n - updated settings configuration keys\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.4",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ea4d784cc4286718fda96169ed64dbddd3544d1113e622611f1a91b7c69c1c",
                "md5": "32024287fe97c95f5b20e68d4a4e6186",
                "sha256": "735c6af4b35c86071dc8e37a1c9113c7c2be78dff12f3638b1b1fe846a57b300"
            },
            "downloads": -1,
            "filename": "pyams_auth_jwt-2.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32024287fe97c95f5b20e68d4a4e6186",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36306,
            "upload_time": "2025-01-18T17:14:27",
            "upload_time_iso_8601": "2025-01-18T17:14:27.563694Z",
            "url": "https://files.pythonhosted.org/packages/09/ea/4d784cc4286718fda96169ed64dbddd3544d1113e622611f1a91b7c69c1c/pyams_auth_jwt-2.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5fd243808a7c70b28c0feb74b14b3550f4d2b93571afb3697888c8cab28a6a8",
                "md5": "10025916b3208f4ac8c1ddac70485bb4",
                "sha256": "3f162fb36b728f71ff07cd14c1fe5eabd38d76a43bd7765967873963c328e408"
            },
            "downloads": -1,
            "filename": "pyams_auth_jwt-2.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "10025916b3208f4ac8c1ddac70485bb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26402,
            "upload_time": "2025-01-18T17:14:29",
            "upload_time_iso_8601": "2025-01-18T17:14:29.557136Z",
            "url": "https://files.pythonhosted.org/packages/b5/fd/243808a7c70b28c0feb74b14b3550f4d2b93571afb3697888c8cab28a6a8/pyams_auth_jwt-2.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 17:14:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-auth-jwt"
}
        
Elapsed time: 1.33059s