ivangeorgiev / pigauth

Authorization helper for Python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Authorization Helper

Documentation Status

Authorization Helper for Python projects

Features

  • TODO

Glossary

.. glossary::

    authorization scheme
        Specification of how the authorization is handled through a set of permissions
        and role definitions.

    grant
        Assignment of a role or a permission pattern which grants matching permissions
        to a user.

    pattern modifier
        Specifies how the permission pattern evaluation is to be modified.

    permission pattern
        An expression which is evaluated to match permissions.

    role
        A collection of permissions.

About

Authorization helper for Python projects

License:Other


Languages

Language:Python 89.7%Language:Makefile 10.3%