Python Authorization Helper

https://img.shields.io/pypi/v/pigauth.svg https://img.shields.io/travis/ivangeorgiev/pigauth.svg Documentation Status

Authorization Helper for Python projects

Features

  • TODO

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.