From 4a3912050b2d8614fbbd5fef08cf709e5944b311 Mon Sep 17 00:00:00 2001 From: Tugberk Ugurlu Date: Thu, 25 Aug 2016 09:29:35 +0100 Subject: [PATCH] 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b4c19003f9..8406624efe 100644 --- a/README.md +++ b/README.md @@ -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)