ASP.NET MVC: Implementing an OpenID sign-in page ala NerdDinner v2

。_饼干妹妹 提交于 2019-12-12 14:14:42

问题


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, and the latest version of DotNetOpenAuth available from the Visual Studio Gallery includes an ASP.NET MVC selector that does the same thing, although without a couple of the color and size styles picked to fit NerdDinner.



来源:https://stackoverflow.com/questions/2563519/asp-net-mvc-implementing-an-openid-sign-in-page-ala-nerddinner-v2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!