diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ # authzd - Authorization Daemon -This repository host a minimal PDP service used for making authorization -decisions via a [Twirp RPC][1] endpoint. +## Overview + +The system processes authorization requests from user agents and updates access control lists (ACLs) in response to identity changes. +It integrates with an identity provider (IdP) and uses message queues to stay in sync with membership data. ## Architecture |
