py-auth-micro


Namepy-auth-micro JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/bad-microservices/py_auth_micro
SummaryA wrapper around pyjwt
upload_time2023-07-31 13:48:31
maintainer
docs_urlNone
authorOle Hannemann
requires_python
licenseMIT
keywords jwt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
py_auth_micro
================

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://pypi.org/project/black

.. image:: https://app.codacy.com/project/badge/Grade/199fd463ff1a487eb206a2afbfb25168
    :target: https://app.codacy.com/gh/bad-microservices/py_auth_micro/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade

.. image:: https://badge.fury.io/py/py-auth-micro.svg
    :target: https://badge.fury.io/py/py-auth-micro

.. image:: https://github.com/bad-microservices/py_auth_micro/actions/workflows/documentation.yaml/badge.svg
   :target: https://github.com/bad-microservices/py_auth_micro/actions?query=workflow:Docs

.. image:: https://github.com/bad-microservices/py_auth_micro/actions/workflows/pypi_upload.yaml/badge.svg
    :target: https://github.com/bad-microservices/py_auth_micro/actions?query=workflow:pypi

Introduction
=============

`py_auth_micro` is a small identity provider library which can use an LDAP/AD as upstream Identity Provider and can also store Users Localy.

The Authentication and Authorization is done via `ID-Tokens` and `Access-Tokens`. The `ID-Tokens` are given out after a User successfully logged in.
With this `ID-Token` a User can request an `Access-Token` which he can send to other (Micro-)Services to gain access According to his Permissions.

The Tokens are `JWT` Tokens which can either be signed with an symetric `HMAC`-Secret or with an `RSA`-Key.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bad-microservices/py_auth_micro",
    "name": "py-auth-micro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "JWT",
    "author": "Ole Hannemann",
    "author_email": "cerberus885@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/de/7ba87f98e5354a573771fadca6ce7477acaefebdac317ba0add0293dde36/py_auth_micro-0.1.7.tar.gz",
    "platform": null,
    "description": "================\npy_auth_micro\n================\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://pypi.org/project/black\n\n.. image:: https://app.codacy.com/project/badge/Grade/199fd463ff1a487eb206a2afbfb25168\n    :target: https://app.codacy.com/gh/bad-microservices/py_auth_micro/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\n\n.. image:: https://badge.fury.io/py/py-auth-micro.svg\n    :target: https://badge.fury.io/py/py-auth-micro\n\n.. image:: https://github.com/bad-microservices/py_auth_micro/actions/workflows/documentation.yaml/badge.svg\n   :target: https://github.com/bad-microservices/py_auth_micro/actions?query=workflow:Docs\n\n.. image:: https://github.com/bad-microservices/py_auth_micro/actions/workflows/pypi_upload.yaml/badge.svg\n    :target: https://github.com/bad-microservices/py_auth_micro/actions?query=workflow:pypi\n\nIntroduction\n=============\n\n`py_auth_micro` is a small identity provider library which can use an LDAP/AD as upstream Identity Provider and can also store Users Localy.\n\nThe Authentication and Authorization is done via `ID-Tokens` and `Access-Tokens`. The `ID-Tokens` are given out after a User successfully logged in.\nWith this `ID-Token` a User can request an `Access-Token` which he can send to other (Micro-)Services to gain access According to his Permissions.\n\nThe Tokens are `JWT` Tokens which can either be signed with an symetric `HMAC`-Secret or with an `RSA`-Key.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A wrapper around pyjwt",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/bad-microservices/py_auth_micro"
    },
    "split_keywords": [
        "jwt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fdb775738f70c111ee9c471bf19cb5526a1d33afc83c6841a6d658d6182ccf0",
                "md5": "644ac3a16b073dfc20634a015cfa297d",
                "sha256": "a1678494c55bd80205d964783308753fcf36696d7d87d2af7dffc6f4c3c0ace5"
            },
            "downloads": -1,
            "filename": "py_auth_micro-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "644ac3a16b073dfc20634a015cfa297d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24543,
            "upload_time": "2023-07-31T13:48:30",
            "upload_time_iso_8601": "2023-07-31T13:48:30.451973Z",
            "url": "https://files.pythonhosted.org/packages/5f/db/775738f70c111ee9c471bf19cb5526a1d33afc83c6841a6d658d6182ccf0/py_auth_micro-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9de7ba87f98e5354a573771fadca6ce7477acaefebdac317ba0add0293dde36",
                "md5": "5047e0431328352aba177d8f248b8ce6",
                "sha256": "b73948eead50d3665ab96dcf5ff156656bc42f40f61df97aa1e26c93b38a4132"
            },
            "downloads": -1,
            "filename": "py_auth_micro-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5047e0431328352aba177d8f248b8ce6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17267,
            "upload_time": "2023-07-31T13:48:31",
            "upload_time_iso_8601": "2023-07-31T13:48:31.962832Z",
            "url": "https://files.pythonhosted.org/packages/d9/de/7ba87f98e5354a573771fadca6ce7477acaefebdac317ba0add0293dde36/py_auth_micro-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-31 13:48:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bad-microservices",
    "github_project": "py_auth_micro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "py-auth-micro"
}
        
Elapsed time: 0.09715s