Info
Version: | 1.0.1 |
Author(s): | Anna Aitchison |
Last Update: | Friday, January 22, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Ara225/ara225.DynamoDBUserStore |
NuGet Url: | https://www.nuget.org/packages/ara225.DynamoDBUserStore |
Install
Install-Package ara225.DynamoDBUserStore
dotnet add package ara225.DynamoDBUserStore
paket add ara225.DynamoDBUserStore
ara225.DynamoDBUserStore Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.DynamoDBv2(>= 3.5.4.9)
- Microsoft.AspNet.Identity.EntityFramework(>= 2.2.3)
- Microsoft.AspNetCore.Identity(>= 2.2.0)
Tags
Designed to allow ASP .NET Core Identity to store user and role data in AWS DynamoDB rather than Microsoft SQL Server etc.
It's designed to be as simple as possible, but it does implement all of the user and role interfaces, except for the IQueryableUserStore. It's fully tested with with XUnit tests and licensed under the MIT license.