package
0.0.5
Repository: https://github.com/devboxhq/go-utils.git
Documentation: pkg.go.dev

# Functions

JwtValidator validates JWT requests when used inside JWT middleware.
NewJwtMiddleware creates jwtMiddleware.
NewZapMiddleware creates middleware that logs server requests using zap.

# Structs

Manager is a grpc middleware manager that builds server options.

# Interfaces

JwtAuthOverride is an interface that is implemented to overrride JWT authentication logic.
JwtAuthService is an interface that is implemented to signal middleware to authenticate the request.
Middleware is a grpc middleware.

# Type aliases

ValidateJwtFunc is a function that is provided to validate JWT request.