我正在开发POC作为技术改造的一部分。 为此,我使用HAPI开发了几个服务端点。我想使用Oauth 2.0机制来保护这些Web服务。 我有2个选项:
- Using the oauth2.0 support of npm which comes for express.
- Manually create the keys, share and then encrypt/decrypt.(node-rsa)
作为Nodejs的新手,我无法找到实现这一目标的坚实途径,我有点怀疑。 任何帮助或示例都会非常适合。 -V