Perl Oauth2 包

发布于 2024-10-30 18:29:58 字数 117 浏览 0 评论 0原文

进行基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

完美的未来在梦里 2024-11-06 18:29:58

我推荐 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文