I am developing an ASP.NET MVC application and I want to use OpenId.
What is the best option?
- DotNetOpenId
- RPX
- Other???
Does anyone know what StackOverflow uses? Is the Login UI custom-developed, or provided by an API/service?
I am developing an ASP.NET MVC application and I want to use OpenId.
What is the best option?
Does anyone know what StackOverflow uses? Is the Login UI custom-developed, or provided by an API/service?
We use the excellent DotNetOpenId library here on Stack Overflow:
Our original login UI was provided by ID Selector, but we've since rolled our own minimalist version.
I'll second the recommendation for DotNetOpenId and add a recommendation for openid-selector (open source version of idselector)