Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tugberkugurlu authored Aug 24, 2016
1 parent 8271c42 commit c2b9a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AspNetCore.Identity.MongoDB [![Build Status](https://travis-ci.org/tugberkugurlu/AspNetCore.Identity.MongoDB.svg?branch=master)](https://travis-ci.org/tugberkugurlu/AspNetCore.Identity.MongoDB)

MongoDB data store adaptor for ASP.NET Core identity.
MongoDB data store adaptor for [ASP.NET Core Identity](https://github.com/aspnet/Identity), which allows you to build ASP.NET Core web applications, including membership, login, and user data. With this library, you can store your user's membership related data on MongoDB.

## Using the Library

[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.Identity.MongoDB). You can start using the library by integrating it into your `project.json` file.
[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.Identity.MongoDB). You can start using the library by integrating it into your `project.json` file. This library supports [`netstandard1.6`](https://docs.microsoft.com/en-us/dotnet/articles/standard/library).

## Contributors

Expand Down

0 comments on commit c2b9a59

Please sign in to comment.