From 79460b147c89a54c90374cbf192eca355ad68186 Mon Sep 17 00:00:00 2001 From: lkubis Date: Tue, 30 Jan 2018 13:02:19 +0100 Subject: [PATCH] Update README.md Add link to Cassandra provider --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 521a84b59d..bc3e1e2cb8 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge - [ASP.NET Identity DynamoDB Provider](https://github.com/miltador/AspNetCore.Identity.DynamoDB) - 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 + - [By Iskandar Rafiev](https://github.com/maqduni/AspNetCore.Identity.RavenDB) + - [ASP.NET Identity Cassandra Provider](https://github.com/lkubis/AspNetCore.Identity.Cassandra)