一切正常。现在,我想在我的OAuth2项目中重复使用此代码的授权服务器(需要JWTENCODER)和资源服务器(需要JWTDECODER)。 在这种情况下,授权服务器和资源服务器都将使用匹配键,因此不再需要OAuth2 GET /oauth2/jwks请求(我在TCP/IP监视器中计算了其中的2个),因此可以省略,因此可以省略,这是完全忽略的。我想实现的目标...
const client = jwksClient({ strictSsl: true, // Default value jwksUri: 'https://login.microsoftonline.com/common/discovery/keys', requestHeaders: {}, // Optional requestAgentOptions: {}, // Optional }); var signkey = await client.getSigningKey(kid); But when i deploy same code in...
从jwks-rsa的getSigningKey函数中获取公钥的步骤如下: 1. 导入jwks-rsa模块或依赖,确保在代码中可以使用该库。具体导入方法可以参考相关的开发文档或官方文档。 2. 了解...
Function: getJwksCache() 💗 Help the project Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor. ▸ getJwksCache(config): ExportedJWKSCache | undefi...