0

我想使用passport-jwt验证作曲家休息服务器生成的休息端点。我在mysql中有用户数据库。现在,我想只允许那些已经注册的用户访问。我怎样才能做到这一点?

4

1 回答 1

1

编辑后的答案:Composer 社区中有人完成了一个教程-> https://www.codementor.io/gangachris125/passport-jwt-authentication-for-hyperledger-composer-rest-server-jqfgkoljn。另请参阅有关检索 access_token cookie 的评论https://github.com/hyperledger/composer/issues/2038#issuecomment-400696304。最后,有关使用 passport-jwt 策略的应用程序示例 - 请参阅资源https://medium.com/front-end-hacking/learn-using-jwt-with-passport-authentication-9761539c4314和评论中显示的 Composer 信息https://github.com/hyperledger/composer/issues/2038特别是在 JWT 上。您使用该 jwt 令牌对 REST 服务器进行身份验证,并为所有未来的 REST 服务器请求接收 accessToken cookie。

于 2018-05-11T11:25:44.080 回答