Registry / auth / streamingfast-dauth

streamingfast-dauth

JSON →
library0.0.0-20231120142446-843f4e045cc2gogounverified

Authentication middleware and utilities for gRPC and HTTP services.

go get github.com/streamingfast/dauth
INSTALL
IMPORT
SIG · STREAMINGFAST-DAUT
S
streamingfast-dauth
authgov0.0.0-20231120142446-843f4e045cc2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dauth
github.com/streamingfast/dauth

Add authentication interceptor to a gRPC server.

package main import ( "github.com/streamingfast/dauth" "google.golang.org/grpc" ) func main() { interceptor := dauth.UnaryServerInterceptor(nil) server := grpc.NewServer(grpc.UnaryInterceptor(interceptor)) _ = server }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231120142446-843f4e045cc2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
streamingfast-dauth — go get streamingfast-dauth · libregistry