You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The users and roles stores are tested by using the offical Microsoft.AspNetCore.Identity.Specification.Tests packages. Have a look at the Marten.AspNetCore.Identity.Tests project.
5
+
To run the tests you should have docker installed. A PostgreSQL image will be automatically downloaded and used during the test.
6
+
7
+
8
+
# How to configure it
9
+
10
+
This repository has a small example project which setup the Microsoft Identity to use this package.
11
+
12
+
13
+
1. Add this [package](https://www.nuget.org/packages/Marten.AspNetCore.Identity/) to your project.
14
+
15
+
2. While adding the default Marten support, you should configure the MartenIdentityUser and MartenIdentityRole entities:
0 commit comments