Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
进行基于 OAuth2 的身份验证的最佳软件包是什么。
我基本上需要使用消费者密钥和秘密密钥进行身份验证以获取消费者,并使用访问令牌和秘密来获取令牌。然后使用消费者和令牌让客户端用来发出请求?
我会推荐 CPAN 搜索。我会坚持使用 Net::OAuth2(它似乎是由非常积极地使用 Net::OAuth 的同一个人积极开发的),它包含 ::Client 和 ::WebServer 类。
http://search.cpan.org/search?query=OAuth2&mode=all