The Wayback Machine - https://web.archive.org/web/20220503152821/https://github.com/topics/authz
Skip to content
#

authz

Here are 110 public repositories matching this topic...

actix-web-grants
JaneJeon
JaneJeon commented Jan 27, 2021

For this we might have to expand the definition of "authorization library", but I know for a fact that there exist "rule engines" that can effectively be used for the same purpose, with the additional benefit of being able to see/build/debug the rules visually in the UI, without having to write test cases which are a pain in the ass.

For starters, I know for a fact that https://github.com/cache

help wanted good first issue

Attribute-based access control (ABAC), also known as policy-based access control, defines an access control paradigm whereby access rights are granted to users through the use of policies which reason over data in attributes. The policies can use any type of attributes (user attributes, resource attributes, object, environment attributes etc.). Read more here - https://en.wikipedia.org/wiki/Attribute-based_access_control ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.

  • Updated Oct 29, 2021
  • Java

Improve this page

Add a description, image, and links to the authz topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the authz topic, visit your repo's landing page and select "manage topics."

Learn more