Magpie documentation

Magpie: A RestFul AuthN/AuthZ service

Magpie (the smart-bird)
a very smart bird who knows everything about you.

Magpie is service for AuthN/AuthZ accessible via a RestAPI implemented with the Pyramid web framework. It allows you to manage User/Group/Resource/permission with a postgres database. Behind the scene, it uses Ziggurat-Foundations and Authomatic.

REST API Documentation

The documentation is auto-generated and served under {HOSTNAME}/magpie/api/ using Swagger-UI with tag latest. For convenience, older API versions are also provided.

Build package

At the command line:

$ conda create -n magpie
$ source activate magpie
$ make install

Indices and tables