Merge pull request #942 from tugberkugurlu/patch-1

list community maintained store providers on Readme
This commit is contained in:
Troy Dai 2016-08-29 13:47:22 -07:00 committed by GitHub
commit 37297ec11a
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ Travis: [![Travis](https://travis-ci.org/aspnet/Identity.svg?branch=dev)](http
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
## Community Maintained Store Providers
- [ASP.NET Identity MongoDB Provider](https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB)