From e8a788c314523985a0447a08199081864255e8f7 Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Fri, 5 Jun 2020 07:29:07 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a673e73..2c65420 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Available as a Nuget package : https://www.nuget.org/packages/AspNetCore.Identit Install-Package AspNetCore.Identity.MongoDbCore +# Support This Project + +If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying the team a coffee: Buy Me A Coffee + + # User and Role Entities Your user and role entities must inherit from `MongoIdentityUser` and `MongoIdentityRole` in a way similar to the `IdentityUser` and the `IdentityRole` in `Microsoft.AspNetCore.Identity`, where `TKey` is the type of the primary key of your document.