From b442d1af2fa87d925db6188370dff49e9eb8c9f1 Mon Sep 17 00:00:00 2001 From: Judah Gabriel Himango Date: Wed, 23 Aug 2017 13:51:57 -0500 Subject: [PATCH] Added RavenDB identity provider. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95620ff3e3..4d335d734e 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge - [ASP.NET Identity MongoDB Provider](https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB) - [ASP.NET Identity LinqToDB Provider](https://github.com/ili/LinqToDB.Identity) - [ASP.NET Identity DynamoDB Provider](https://github.com/miltador/AspNetCore.Identity.DynamoDB) + - [ASP.NET Identity RavenDB Provider](https://github.com/JudahGabriel/RavenDB.Identity)