Perl Oauth2软件包 [英] Perl Oauth2 package

查看:68
本文介绍了Perl Oauth2软件包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是进行基于OAuth2身份验证的最佳软件包。

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?

推荐答案

我建议使用CPAN搜索。我会坚持使用Net :: OAuth2(它似乎是由积极从事Net :: OAuth的同一个人积极开发的),其中包含:: Client和:: WebServer类。

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

这篇关于Perl Oauth2软件包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆