How to generate RSA SHA256 by Javascript

Hi,
I want to generate JWT token based on RSA SHA256 as per jwt.io by javascript. I have written code to do for SHA256 only but unable to do for RS256. Is any source code and library are available.

Regards,

Hard to say, quite specific issue. Make sense ask node jwt community GitHub - auth0/node-jsonwebtoken: JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html

Hope it helps!

Leon, Tyk Team