From c59fda0e1be36c8007ac706ad9b35d054d5111eb Mon Sep 17 00:00:00 2001 From: Iskandar Rafiev Date: Fri, 27 Oct 2017 05:56:46 -0400 Subject: [PATCH] Add alternative RavenDB provider by maqduni. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d335d734e..521a84b59d 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ 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) + - ASP.NET Identity RavenDB Provider: + - [By Judah Gabriel Himango](https://github.com/JudahGabriel/RavenDB.Identity) + - [By Iskandar Rafiev](https://github.com/maqduni/AspNetCore.Identity.RavenDB) \ No newline at end of file