-
Updated
May 24, 2022 - Go
#
abac
Here are 178 public repositories matching this topic...
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
-
Updated
May 14, 2022 - TypeScript
Role and Attribute based Access Control for Node.js
-
Updated
Sep 28, 2021 - TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
-
Updated
May 20, 2022 - Java
An authorization library that supports access control models like ACL, RBAC, ABAC in PHP .
-
Updated
Feb 17, 2022 - PHP
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
-
Updated
May 20, 2022 - Python
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
-
Updated
May 9, 2022 - C#
lists
awesome
authentication
iam
acl
auth
authorization
rbac
sso
awesome-list
access-control
abac
authz
authn
-
Updated
Jan 20, 2022
hackerchai
commented
Mar 13, 2021
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Gorm adapter for Casbin
-
Updated
May 25, 2022 - Go
chi-authz is an authorization middleware for Chi
-
Updated
Jul 26, 2017 - Go
Caddy-authz is a middleware for Caddy that blocks or allows requests based on access control policies.
-
Updated
Jan 30, 2021 - Go
Used for vue3 based on ABAC permission verification component
-
Updated
Jan 3, 2022 - JavaScript
Docker Authorization Plugin based on Casbin
-
Updated
Sep 17, 2019 - Go
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
-
Updated
May 19, 2022 - PHP
An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
c
cpp
acl
authorization
permission
rbac
role-based-access-control
access-control
abac
access-control-list
casbin
attribute-based-access-control
-
Updated
Apr 10, 2022 - C++
Speedle is an open source project for access control.
-
Updated
Jun 13, 2020 - Go
negroni-authz is an authorization middleware for Negroni
-
Updated
Aug 19, 2018 - Go
专为ThinkPHP定制的Casbin的扩展包,Casbin是一个功能强大,高效的开源访问控制库。
-
Updated
Sep 20, 2020 - PHP
Attribute-based access control (ABAC) SDK for Python
python
security
permissions
acl
authorization
permission
access-control
abac
iam-policy
authz
policy-management
attribute-based-access-control
-
Updated
Nov 10, 2021 - Python
nest-authz is a NestJS authorization module based on casbin
-
Updated
Apr 13, 2022 - TypeScript
Example Express Node API written in Typescript with Postgres and Redis backend and RBAC / ABAC authorization
-
Updated
Feb 28, 2019 - TypeScript
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
AuthzForce Core PDP engine (Community Edition)
-
Updated
May 3, 2022 - Java
Attribute Based Access Control for React
react
security
permissions
rbac
role-based-access-control
access-control
abac
react-context
attribute-based-access-control
react-hooks
hooks-api-react
-
Updated
May 25, 2022 - TypeScript
Sequelize adapter for Casbin
-
Updated
Apr 29, 2022 - TypeScript
SQLAlchemy Adapter for PyCasbin.
-
Updated
May 6, 2022 - Python
Python Attribute Based Access Control (ABAC)
python
security
acl
authorization
permission
access-control
abac
authz
policy-management
policy-language
-
Updated
Aug 1, 2021 - Python
Improve this page
Add a description, image, and links to the abac topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the abac topic, visit your repo's landing page and select "manage topics."
With oso 0.11.1 and Rust client code.
When tracking down policy logic failures using the
POLAR_LOG=1environment variable I will see the logging of the execution of all of my inline queries. The problem is that I have lots of these, but usually I'm not interested in the ones in my core policy files which are fairly static and unchanging, but rather I'm interested in those policy sources that