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

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

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).

[![NuGet](https://img.shields.io/nuget/v/AspNetCore.Identity.Cassandra.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/AspNetCore.Identity.Cassandra/)
[![Build status](https://ci.appveyor.com/api/projects/status/dov86l25uj8wehth?svg=true)](https://ci.appveyor.com/project/lkubis/aspnetcore-identity-cassandra)