https://github.com/emcfarlane/rpcinterceptor
RPC interceptors
https://github.com/emcfarlane/rpcinterceptor
Last synced: about 2 months ago
JSON representation
RPC interceptors
- Host: GitHub
- URL: https://github.com/emcfarlane/rpcinterceptor
- Owner: emcfarlane
- Created: 2023-11-06T04:24:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T04:24:10.000Z (over 2 years ago)
- Last Synced: 2025-03-23T13:52:35.326Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)