Skip to content

v.0.1.0 Alpha

John Kouraklis edited this page Feb 2, 2019 · 1 revision

This is the first public release. Most of the features in the original library have been implemented and most of the tests have been ported.

Features

  • Management API (Partial)
  • RBAC API (Partial)
  • Implementation of Model (except the 'in' operator)
  • Implementation of Policies (Limited implementation of ABAC; no implementation of watchers)
  • Implementation of Enforcer (no implementation of cached enforcer)
  • Implementation of File Storage (partial but workable)
  • Implementation of Tests (the majority of the tests from the original Go implementation have been imported---and pass 👍)
  • Main Demo
  • Benchmarks