# Functions
JwtValidator validates JWT requests when used inside JWT middleware.
NewJwtMiddleware creates jwtMiddleware.
NewZapMiddleware creates middleware that logs server requests using zap.
# 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.