All Projects → miltador → AspNetCore.Identity.DynamoDB

miltador / AspNetCore.Identity.DynamoDB

Licence: MIT license
DynamoDB Data Store Adaptor for ASP.NET Core Identity

Programming Languages

C#
18002 projects
shell
77523 projects
powershell
5483 projects

Projects that are alternatives of or similar to AspNetCore.Identity.DynamoDB

Authentication
Authentication examples for AspNetCore 3.1
Stars: ✭ 37 (+19.35%)
Mutual labels:  identity, aspnetcore, aspnetidentity
AspNetCore.Identity.RavenDB
RavenDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 16 (-48.39%)
Mutual labels:  identity, aspnetcore, membership
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (+183.87%)
Mutual labels:  identity, aspnetcore
Greatwall
Util应用框架配套的权限管理系统
Stars: ✭ 88 (+183.87%)
Mutual labels:  identity, aspnetcore
Aspnetcore.identity.mongodb
MongoDB Data Store Adaptor for ASP.NET Core Identity
Stars: ✭ 210 (+577.42%)
Mutual labels:  identity, aspnetcore
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (+2061.29%)
Mutual labels:  identity, aspnetcore
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+2212.9%)
Mutual labels:  identity, aspnetcore
Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (+477.42%)
Mutual labels:  identity, aspnetcore
AspNetCore.Identity.Cassandra
Cassandra Storage Provider for ASP.NET Core Identity
Stars: ✭ 13 (-58.06%)
Mutual labels:  identity, aspnetcore
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+654.84%)
Mutual labels:  identity, aspnetcore
Identityserver
An open-source, standards-compliant, and flexible OpenID Connect and OAuth 2.x framework for ASP.NET Core
Stars: ✭ 223 (+619.35%)
Mutual labels:  identity, aspnetcore
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+212.9%)
Mutual labels:  identity, aspnetidentity
Aspnetcoreapistarter
An ASP.NET Core (v2.1) Web API project to quickly bootstrap new projects. Includes Identity, JWT authentication w/ refresh tokens.
Stars: ✭ 304 (+880.65%)
Mutual labels:  identity, aspnetcore
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (+745.16%)
Mutual labels:  identity, aspnetcore
Aspnetcore.identity.documentdb
A Cosmos DB / DocumentDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 64 (+106.45%)
Mutual labels:  identity, aspnetcore
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (-16.13%)
Mutual labels:  identity, aspnetcore
Aspnetcore.identity.mongodbcore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Stars: ✭ 118 (+280.65%)
Mutual labels:  identity, aspnetcore
Netdevpack
A smart set of common classes and implementations to improve your development productivity.
Stars: ✭ 220 (+609.68%)
Mutual labels:  identity, aspnetcore
Katmanli-Mimari-ETicaret-Core-Mvc
Baştan Sona Core Mvc ile Kendi E-Ticaret Siteni Mimari Bakış Açısıyla Hazırla.
Stars: ✭ 78 (+151.61%)
Mutual labels:  aspnetcore, aspnetidentity
comcms
COMCMS_Core 版本
Stars: ✭ 32 (+3.23%)
Mutual labels:  aspnetcore

AspNetCore.Identity.DynamoDB

Travis Build Status AppVeyor Build Status NuGet package version

DynamoDB data store adaptor for ASP.NET Core 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 DynamoDB.

Using the Library

The library is available at NuGet.org. You can start using the library by integrating it into your project.json file. This library supports netstandard1.6.

Samples

You can find some samples under ./samples folder and each of the sample contain a README file on its own with the instructions showing how to run them.

Tests

In order to be able to run the tests, you need to have DynamoDB up and running on localhost:8000. You can easily do this by running the below Docker command:

docker run -p 8000:8000 dwmkerr/dynamodb -sharedDb -inMemory

After that, you can run the tests through your preferred test runner (e.g. JetBrains Rider test runner) or by invoking the dotnet test command under the test project directory.

Notes

The project is based on awesome work of @tugberkugurlu who created MongoDB adaptor to AspNetCore, rewritten and adapted to the specifics of DynamoDB.

License

The MIT License (MIT)

Copyright (c) 2016 Tugberk Ugurlu
Copyright (c) 2017 Vasiliy Solovey

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].