Kong jwt signer plugin, overriding the (re)signing behavior

Hello,

I am using JWT signer plugin to verify the access token signature, I refer to Auth0 JWT key set in the plugin configuration, and everything works fine, but I want to propagate the same Authorization header value as is to the upstream service without Kong re(signing) the token, so that I can verify the token in the upstream service regardless the request is forwarded from Kong or hits the service directly using same logic, against the same public key.
Is it doable to override Kong behavior to propagate the original header value, not the one created by Kong, to the upstream service?