Skip to content

A sample of the identity provider, transformed for MongoDB instead of EntityFramework

Notifications You must be signed in to change notification settings

g0t4/aspnet-identity-mongo-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a sample of migrating the ASP.NET Core Web Application Template in Visual Studio 2015 (with Individual User Accounts) from to use MongoDB for the Identity framework. Basically storing users and roles in MongoDB instead of MSSQL/EntityFramework.

Review the commit log for the steps taken, I made individual small commits with comments at each step.

This repo also contained the older sample steps for the v2 Identity framework with ASP.NET, watch out for that as the steps aren't the same with v3 Identity and ASP.NET Core.

About

A sample of the identity provider, transformed for MongoDB instead of EntityFramework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published