list community maintained store providers on Readme

This is particularly helpful to see most of the store providers in one place and it would be easy for newcomers to see that they are not tied to implementations provided by this repo.
This commit is contained in:
Tugberk Ugurlu 2016-08-25 09:29:35 +01:00 committed by GitHub
parent eabec2b476
commit 4a3912050b
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)