Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamAuthInterceptor ¶
func StreamAuthInterceptor( authenticator security.Authenticator, opts ...security.AuthOption, ) grpc.StreamServerInterceptor
StreamAuthInterceptor An authentication claims extractor that will always verify the information flowing in the streams as true jwt claims.
func UnaryAuthInterceptor ¶
func UnaryAuthInterceptor( authenticator security.Authenticator, opts ...security.AuthOption, ) grpc.UnaryServerInterceptor
UnaryAuthInterceptor Simple grpc interceptor to extract the jwt supplied via authorization bearer token and verify the authentication claims in the token.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.