3

I am new to ASP.NET MVC, so I was looking out for open-source projects either on Codeplex/Github/Bitbucket which I can look at and understand how to implement authentication, authorization and implement remember me, cookie management and stuff.

Can some one please guide me to any good projects that has a nice implementation on authentication and cookie management.

Steve Czetty
  • 6,147
  • 9
  • 39
  • 48
  • You can try nopCommerce, or maybe even the Music Store sample site, though I know that is a pretty simple starter-level example and may be a bit too basic. – Tim Hobbs Oct 30 '12 at 18:34
  • check this information http://innovacallframework.codeplex.com/SourceControl/changeset/view/15946#295013 – s_h Oct 31 '12 at 07:11

3 Answers3

1

you can find projects mainly on codeplex -> http://themvcforum.codeplex.com/ , nerddinner or apps listed at http://www.asp.net/downloads open source free applications in asp.net . on the other hand if you are new to asp.net mvc I believe that you must read http://weblogs.asp.net/jgalloway/archive/2012/08/29/simplemembership-membership-providers-universal-providers-and-the-new-asp-net-4-5-web-forms-and-asp-net-mvc-4-templates.aspx . during many years microsoft proposed asp.net membership system but sometimes was frustrating to work with - stored profiles using blob columns. the future in galloway words is simplemembership and display the possibility to use your own table schema to store user information, includes oauth and more. more important some books have details about it eg: Professional ASP.NET MVC 4 (Wrox Professional Guides) [

s_h
  • 1,476
  • 2
  • 27
  • 61
1

There are very many open source projects which implement authentication, authorization and implement remember me, cookie management. They are different from simple to complex portal systems like Orchard cms.

testCoder
  • 7,155
  • 13
  • 56
  • 75