p.campbell
p.campbell

Reputation: 100567

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:

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!

alt text

Upvotes: 3

Views: 1685

Answers (1)

Andrew Arnott
Andrew Arnott

Reputation: 81791

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.

Upvotes: 4

Related Questions