Open
Description
I would like to output the Principal to the log if the authentication is successful.
when the API routing exists, I could log it out by writing the following.
However, when the routing is not hit, the middleware handler is not called.
https://github.com/go-openapi/runtime/blob/master/middleware/router.go#L82-L88
Is there any way to deal with this?