oapi-codegen
oapi-codegen copied to clipboard
Update authenticated example - set token in echo context..
It was completely unclear to me how to propagate the parsed token back to the echo context so that it can be used in the handlers.
This small PR updates the example so that the property is set...