From 501b800911257b3136b3b5b4ad233aacf775ae92 Mon Sep 17 00:00:00 2001 From: Noa Shavit <46575232+noashavit@users.noreply.github.com> Date: Thu, 27 Jul 2023 03:59:16 -0700 Subject: [PATCH] Add Topaz OSS authorization (#1058) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65e64279..e048c6f7 100644 --- a/README.md +++ b/README.md @@ -979,6 +979,7 @@ _Libraries that handle security, authentication, authorization or session manage - [SSLContext-Kickstart](https://github.com/Hakky54/sslcontext-kickstart) - High-level SSL context builder for configuring HTTP clients with SSL/TLS. - [Themis](https://github.com/cossacklabs/themis) - Multi-platform high-level cryptographic library provides easy-to-use encryption for protecting sensitive data: secure messaging with forward secrecy, secure data storage (AES256GCM); suits for building end-to-end encrypted applications. - [Tink](https://github.com/google/tink) - Provides a simple and misuse-proof API for common cryptographic tasks. +- [Topaz](https://www.topaz.sh) - Fine-grained authorization for applications with support for RBAC, ABAC, and ReBAC. ### Serialization