aliyun / api-gateway-nodejs-sdk

The API Gateway SDK for Node.js
MIT License
105 stars 23 forks source link

The showcase of Using OpenId Connect #29

Open homywu opened 4 years ago

homywu commented 4 years ago

I would like to sign a JWT token for connecting API gateway using node.js, however, it only shows how java sign the JWT token, is there any document for using javascript to sign the JWT token?

https://help.aliyun.com/document_detail/48019.html

ricky11 commented 3 years ago

Hello

Did you find a solution?

I tried to use the plugin jwt, but it only allow rsa256 (public/private key)