https://github.com/lkubis/aspnetcore.identity.cassandra
Cassandra Storage Provider for ASP.NET Core Identity
https://github.com/lkubis/aspnetcore.identity.cassandra
aspnetcore cassandra cassandra-database datastax datastax-driver identity
Last synced: about 1 year ago
JSON representation
Cassandra Storage Provider for ASP.NET Core Identity
- Host: GitHub
- URL: https://github.com/lkubis/aspnetcore.identity.cassandra
- Owner: lkubis
- License: mit
- Created: 2017-10-05T08:01:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T17:34:23.000Z (over 5 years ago)
- Last Synced: 2025-04-27T21:05:38.844Z (about 1 year ago)
- Topics: aspnetcore, cassandra, cassandra-database, datastax, datastax-driver, identity
- Language: C#
- Size: 535 KB
- Stars: 14
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core Identity Cassandra
[Apache Cassandra](https://cassandra.apache.org/) data store adapter for [ASP.NET Core Identity](https://github.com/aspnet/AspNetCore/tree/master/src/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 Apache Cassandra.
Inspired by existing [AspNetCore.Identity.RaveDB](https://github.com/ElemarJR/AspNetCore.Identity.RavenDB) implementation.
## Project Wiki
More details about the project are located in the [project wiki](https://github.com/lkubis/AspNetCore.Identity.Cassandra/wiki).
[](https://www.nuget.org/packages/AspNetCore.Identity.Cassandra/)
[](https://ci.appveyor.com/project/lkubis/aspnetcore-identity-cassandra)