Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 378
Chris Avatar asked Jan 30 '26 05:01

Chris


1 Answers

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

like image 72
Horus Avatar answered Jan 31 '26 20:01

Horus



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!