Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Awesome Authorization [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

<div align="center">
<img src="media/logo.svg" width="400" alt="Awesome Authorization">
<br>
<br>
</div>

# Awesome Authorization [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

> Authorization and access control: policy engines, standards, services, and learning resources.

A curated compilation of tools and materials for modern authorization, with a strong focus on policy engines, standards, and practical, scalable implementations.

## Contents

- [Policy Engines \& Frameworks](#policy-engines--frameworks)
Expand All @@ -21,7 +17,6 @@ A curated compilation of tools and materials for modern authorization, with a st
- [Articles \& Tutorials](#articles--tutorials)
- [Videos \& Talks](#videos--talks)
- [Books](#books)
- [Contributing](#contributing)
Comment thread
kanywst marked this conversation as resolved.

## Policy Engines & Frameworks

Expand Down Expand Up @@ -55,7 +50,7 @@ Inspired by Google Zanzibar, Google's global authorization system built around r
### AuthZEN Implementations

- [OPA AuthZEN Plugin](https://github.com/kanywst/opa-authzen-plugin) - OPA plugin that implements the OpenID AuthZEN Authorization API.
- [Cerbos](https://cerbos.dev/) - Has AuthZEN PDP API support. See [General Purpose](#general-purpose).
- Cerbos - Has AuthZEN PDP API support. See [General Purpose](#general-purpose).
Comment thread
kanywst marked this conversation as resolved.
- [Topaz](https://www.topaz.sh/) - Has AuthZEN evaluation API support. See [Zanzibar-Based](#zanzibar-based).

### Language-Specific Libraries
Expand Down
Loading