authz topic

List authz repositories

awesome-authorization

380
Stars
14
Forks
Watchers

A curated list of information and resources about authorization.

Casbin.NET

1.1k
Stars
108
Forks
Watchers

An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)

casbin-rs

800
Stars
65
Forks
Watchers

An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.

authz0

344
Stars
47
Forks
Watchers

🔑 Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URLs and Roles & Credentials.

casbin-server

300
Stars
96
Forks
Watchers

Casbin as a Service (CaaS)

vakt

177
Stars
24
Forks
Watchers

Attribute-based access control (ABAC) SDK for Python

redis-adapter

189
Stars
26
Forks
Watchers

Redis adapter for Casbin

jwt-to-rbac

112
Stars
13
Forks
Watchers

JWT-to-RBAC lets you automatically generate RBAC resources based on JWT tokens

nest-authz

141
Stars
22
Forks
Watchers

Nest.js RBAC & ABAC authorization module based on Node-Casbin, see example at: https://github.com/node-casbin/nest-authz-example

fastapi-authz

143
Stars
16
Forks
Watchers

Use Casbin in FastAPI, Casbin is a powerful and efficient open-source access control library.