Kong JWT Signer re-sign

Consumer sends Authorization header in the request and the plugin validates the scopes and expiry successfully however it re-signs the token before sending it to the upstream.
Is there a way that I can skip resigning the token and send the original Authorization header to upstream?