ekofr/authz
A backend server for managing both ABAC and RBAC authorizations
620
This project brings a backend server with its frontend for managing authorizations.
You can use both Role-Based Acccess Control (RBAC) and Attribute-Based Access Control (ABAC).
Authorization is simple: a principal
wants to make an action
on a resource
. That's it.
Authz allows you to manage all the authorizations you want to manage. All of them, centralized in a single application.
All you need to do is to host the backend server, the frontend if you want it and use our SDKs.
In order to help you, we have the following available SDKs and more are coming soon:
docker pull ekofr/authz