Ryder

Results 3 comments of Ryder

[https://github.com/ddzero2c/tmux-easymotion](https://github.com/ddzero2c/tmux-easymotion)

Hi @blame2020, I just found a solution: ``` ... import oapimw "github.com/deepmap/oapi-codegen/pkg/middleware" ... oapimw.OapiRequestValidatorWithOptions(spec, &oapimw.Options{ Options: openapi3filter.Options{ AuthenticationFunc: func(ctx context.Context, input *openapi3filter.AuthenticationInput) error { c := oapimw.GetEchoContext(ctx) c.Set("user id", "id")...