package
1.4.3
Repository: https://github.com/goadesign/goa.git
Documentation: pkg.go.dev

# Functions

ContextJWT retrieves the JWT token from a `context` that went through our security middleware.
New returns a middleware to be used with the JWTSecurity DSL definitions of goa.
WithJWT creates a child context containing the given JWT.

# Variables

ErrJWTError is the error returned by this middleware when any sort of validation or assertion fails during processing.