An open API service indexing awesome lists of open source software.

https://github.com/dlmelendez/identitydocumentdb

Azure DocumentDB Provider for ASP.NET Identity 2.0 framework.
https://github.com/dlmelendez/identitydocumentdb

asp asp-net asp-net-identity asp-net-mvc asp-net-mvc5 azure-cosmos-db azure-documentdb c-sharp javascript

Last synced: 2 months ago
JSON representation

Azure DocumentDB Provider for ASP.NET Identity 2.0 framework.

Awesome Lists containing this project

README

        

ElCamino.AspNet.Identity.DocumentDB
==================

Azure DocumentDB Provider for ASP.NET Identity 2.0 framework.

**Important!** This package should be upgraded to the ElCamino.AspNetCore.Identity.CosmosDB package. Check here https://github.com/dlmelendez/identitycosmosdb for migration information.

Release 1.2
* Updated references and copyright information.

====================
Release 1.1
* Threading and serialization optimizations.

====================

Release 1.0
* Initial release.

====================
Release 0.9.3-beta This project is an open source high performance plugin to ASP.NET Identity framework using Azure DocumentDB.
* Updating the schema to work better with the updated 256KB request limit on DocumentDB.
* Requires data migration from version 0.9.0-beta. Use available utility on project site https://github.com/dlmelendez/identitydocumentdb/releases/download/v0.9.3/MigrateIdentityData.0.9.3-beta.zip or the source at /utilities/MigrateIdentityData

====================

Release 0.9.0-beta This project is an open source high performance plugin to ASP.NET Identity framework using Azure DocumentDB.
* Initial beta release.
* Requires an Azure DocumentDB instance with a Session Connection policy.