diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ # authzd - Authorization Daemon This repository host a minimal PDP service used for making authorization -decisions via a gRPC endpoint. +decisions via a [Twirp RPC][1] endpoint. ## Architecture @@ -71,6 +71,7 @@ See the [FAQ][9] * [protocol buffers][7] * [twirp][8] +[1]: https://github.com/twitchtv/twirp [5]: https://tip.golang.org/doc/modules/managing-dependencies#tools [6]: https://grpc.io/docs/ [7]: https://protobuf.dev/programming-guides/proto3/ |
