Perl Oauth2 package

半世苍凉 提交于 2019-12-13 14:41:13

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/5586225/perl-oauth2-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!