Versions in this module Expand all Collapse all v1 v1.1.0 Dec 14, 2016 v1.0.0 Aug 2, 2016 Changes in this version + var ErrJWTError = goa.NewErrorClass("jwt_security_error", 401) + func ContextJWT(ctx context.Context) *jwt.Token + func New(validationKeys interface{}, validationFunc goa.Middleware, ...) goa.Middleware + func WithJWT(ctx context.Context, t *jwt.Token) context.Context