An open API service indexing awesome lists of open source software.

https://github.com/emcfarlane/rpcinterceptor

RPC interceptors
https://github.com/emcfarlane/rpcinterceptor

Last synced: about 2 months ago
JSON representation

RPC interceptors

Awesome Lists containing this project

README

          

rpcinterceptors
===

Build interceptors targeting the `Stream` interface and run them on connect-go
or grpc-go supporting both unary, streaming on clients and servers.

Authorize
---

Example interceptor takes a CEL expression to authorize a user. See [examples](authorize_test.go)