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.