An open API service indexing awesome lists of open source software.

https://github.com/stemjail/stemflow

Access-control policy engine
https://github.com/stemjail/stemflow

Last synced: 3 months ago
JSON representation

Access-control policy engine

Awesome Lists containing this project

README

          

# StemFlow

StemFlow is an access-control policy engine for StemJail.
It manages access-control lists called domains.
A domain can transition to an other iff the destination is a superset of the source.

This engine can create an intersection domain according to a common access between multiple domains.
This is useful to get a minimal domain allowing a specific access.

This library is a work in progress.
The API may change.