ASP.NET MVC: Implementing an OpenID sign-in page ala NerdDinner v2
问题 Consider the log in page on NerdDinner.com: http://www.nerddinner.com/Account/LogOn Some nice features: jQuery effects on the OpenID choice popups for the other major providers Is this revision of the NerdDinner AccountController and its View available for public download? How would you reinvent this implementation? Any code you can post would be fine. Calling Jon Galloway! 回答1: All of NerdDinner is available for download from CodePlex. NerdDinner uses DotNetOpenAuth for its OpenID support,