AspNetCore.Identity.DynamoDB Save

DynamoDB Data Store Adaptor for ASP.NET Core Identity

Project README

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.

Open Source Agenda is not affiliated with "AspNetCore.Identity.DynamoDB" Project. README Source: miltador/AspNetCore.Identity.DynamoDB
Stars
34
Open Issues
6
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating