actias / ArangoDB.AspNetCore.Identity

AspNetCore Identity provider that uses ArangoDB for storage
2 stars 2 forks source link

ArangoDB.AspNetCore.Identity

ASP.NET Core Identity provider that uses ArangoDB for storage

Purpose

This provider acts as a replacement/plugin for the default AspNetCore Identity Framework using ArangoDB as the backend. This project relies on the fantastic ArangoClient.NET by ra0o0f for connectivity and will be updated as that library is updated.

Installation

Install-Package ArangoDB.AspNetCore.Identity

Features