Skip to content

peters/Asp.Net-Identity-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asp.Net-Identity-sample-app

Asp.Net Identity sample app

WebApplication solution
WebCustomUser project demonstrates use of UserManage.UserConfirmationTokens to generate user account activation tokens. Note that this project require the use of aspnetwebstack nightly builds. See this for how to configure VS2013 to get the nightly builds: http://blogs.msdn.com/b/webdev/archive/2013/10/09/asp-net-identity-nuget-packages-for-the-nightly-builds-are-available-on-myget.aspx

MongoUser project
MongoDb based UserStore. A ASP.NET Identity implementation with no dependencies on Microsoft.AspNet.Identity.EntitFramework. Only Identity.Core needed.

CustomUser solution
Shows how to use ASP.NET Identity using a regular DbContext (no need for IdentityDbContext)

About

Asp.Net Identity RC1 sample app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published