From ac3119507bae4b02a8b89e1926033ffdf907cfea Mon Sep 17 00:00:00 2001 From: kanywst Date: Sun, 19 Apr 2026 00:26:46 +0900 Subject: [PATCH 1/2] chore: clean up README formatting --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e0dae7b..44cd2d1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ +# Awesome Authorization [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) +
Awesome Authorization -
-
-# 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) @@ -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) ## Policy Engines & Frameworks @@ -55,8 +50,8 @@ 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). -- [Topaz](https://www.topaz.sh/) - Has AuthZEN evaluation API support. See [Zanzibar-Based](#zanzibar-based). +- Cerbos - Has AuthZEN PDP API support. See [General Purpose](#general-purpose). +- Topaz - Has AuthZEN evaluation API support. See [Zanzibar-Based](#zanzibar-based). ### Language-Specific Libraries From 4b0eee5149031ff64dcaa099320c4f36a32ddf77 Mon Sep 17 00:00:00 2001 From: kanywst Date: Sun, 19 Apr 2026 00:32:41 +0900 Subject: [PATCH 2/2] chore: add Topaz link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44cd2d1..f9f8c48 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Inspired by Google Zanzibar, Google's global authorization system built around r - [OPA AuthZEN Plugin](https://github.com/kanywst/opa-authzen-plugin) - OPA plugin that implements the OpenID AuthZEN Authorization API. - Cerbos - Has AuthZEN PDP API support. See [General Purpose](#general-purpose). -- Topaz - Has AuthZEN evaluation API support. See [Zanzibar-Based](#zanzibar-based). +- [Topaz](https://www.topaz.sh/) - Has AuthZEN evaluation API support. See [Zanzibar-Based](#zanzibar-based). ### Language-Specific Libraries