Skip to main content

Module auth_interceptor

Module auth_interceptor 

Source
Expand description

gRPC authentication interceptor.

Validates API keys or JWT tokens from the authorization metadata key.

Structs§

GrpcAuthConfig
gRPC authentication interceptor configuration.

Functions§

auth_interceptor
Intercept gRPC requests to validate authentication.

Type Aliases§

ApiKeyValidator
API key validator function type for gRPC.