onybo / Asp.Net-Identity-sample-app

Asp.Net Identity RC1 sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 62.4%Language:CSS 31.0%Language:C# 6.5%Language:ASP 0.0%