Perl Oauth2 包
进行基于 OAuth2 的身份验证的最佳包是什么?
我基本上需要使用消费者密钥和秘密密钥进行身份验证以获取消费者,并使用访问令牌和秘密来获取令牌。然后使用consumer和token让客户端用来发出请求?
What is the best package to do OAuth2 based authentication.
I basically need to authenticate using a consumer key and secret key to get a consumer, and use a access token and secret to get a token. And then use the consumer and token to get the client to use to make the request?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我推荐 CPAN 搜索。我会坚持使用 Net::OAuth2 (它似乎是由 Net::OAuth 非常活跃的同一个人积极开发的),其中包含 ::Client 和 ::WebServer 类。
http://search.cpan.org/search?query=OAuth2&mode=all
I would recommend CPAN search. I would stick with Net::OAuth2 (which appears to be being actively developed by the same guy that did Net::OAuth very actively), which contains ::Client and ::WebServer classes.
http://search.cpan.org/search?query=OAuth2&mode=all