Versions in this module Expand all Collapse all v1 v1.4.3 Dec 23, 2019 v1.4.2 Sep 28, 2019 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.4.1 Jan 29, 2019 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.4.0 Jul 16, 2018 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.3.1 Jan 4, 2018 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.3.0 Aug 25, 2017 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.2.1 Aug 24, 2017 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.2.0 Apr 17, 2017 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.1.0 Dec 14, 2016 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa v1.0.0 Aug 2, 2016 GO-2020-0032 GO-2020-0032: Path traversal in github.com/goadesign/goa 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