Update README.md

This commit is contained in:
Alexandre SPIESER
2017-10-22 01:40:37 +01:00
committed by GitHub
parent 58d5750664
commit 3e959936f8
+5 -1
View File
@@ -9,7 +9,7 @@ Supports both `netstandard2.0` and `netcoreapp2.0`.
Available as a Nuget package : https://www.nuget.org/packages/AspNetCore.Identity.MongoDbCore/ Available as a Nuget package : https://www.nuget.org/packages/AspNetCore.Identity.MongoDbCore/
`Install-Package AspNetCore.Identity.MongoDbCore` Install-Package AspNetCore.Identity.MongoDbCore
# Usage examples # Usage examples
@@ -93,6 +93,10 @@ The MongoDb connection is managed using the [mongodb-generic-repository](https:/
services.ConfigureMongoDbIdentity<ApplicationUser, ApplicationRole, Guid>(mongoDbIdentityConfiguration); services.ConfigureMongoDbIdentity<ApplicationUser, ApplicationRole, Guid>(mongoDbIdentityConfiguration);
} }
``` ```
# Running the tests
To run the tests, you need a local MongoDb server in default configuration (listening to `localhost:27017`).
Create a database named MongoDbTests for the tests to run.
## Author ## Author
**Alexandre Spieser** **Alexandre Spieser**