English 中文(简体)
什么是OAuth2C#图书馆? [闭门]
原标题:What is the best OAuth2 C# library? [closed]

看来像许多供应商一样,正在使用奥阿特2,允许使用像Twitter和Facebook这样的预报软件。 是否有任何人利用一个良好的图书馆来进行奥阿特2处理,这种处理一般足以在所有应用中使用?

最佳回答

我只看一下内部(打破了源代码链接),但总的来说,DotNetOpenAuth似乎相当专业。

最新信息:现在也支持OAuth 2和开放数据库。

问题回答

我没有看到那里为奥阿瑟特2建立的任何良好框架。 我决定尝试一个项目并自行推出。

迄今为止,我的框架支持无记名牌照和所有 o2流(challenge/response、含蓄、客户成像、资源所有人口号以及复信)。

它只剩下一小cl,在我首次利用这个框架开展的教育、科学和技术服务上工作。

如果有反馈,将不胜感激。

https://github.com/ghorsey/SharpOAuth2

我想看Hammock REST客户图书馆。 它是REST客户的一般目的,但它也提供OAuth支助。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签