简体   繁体   中英

Perl Oauth2 package

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM