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