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.
- Host: GitHub
- URL: https://github.com/dlmelendez/identitydocumentdb
- Owner: dlmelendez
- License: mit
- Created: 2014-09-05T06:04:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:06:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T23:44:05.549Z (3 months ago)
- Topics: asp, asp-net, asp-net-identity, asp-net-mvc, asp-net-mvc5, azure-cosmos-db, azure-documentdb, c-sharp, javascript
- Language: C#
- Homepage:
- Size: 3.15 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.