AspNetCore.Identity.DynamoDB Versions Save

DynamoDB Data Store Adaptor for ASP.NET Core Identity

1.0.1

6 years ago

Summary

New minor release with a small yet important fix for big projects.

Bug fixes

  • Table initialization fails if there are more than 100 tables [Issue #8, Pull Request #9]

Contributors

  • @ericellis8

1.0.0

7 years ago

First release is out! Most common Identity stores are supported, critical bugs are fixed.

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

See the samples which show how to use the library and what it can offer.

1.0.0-rc3-1

7 years ago

Fixes:

  • #3: register IRoleStore instead of IRoleClaimStore

1.0.0-rc3

7 years ago

IRoleClaimStore got implemented with the a join table between roles and users, thanks to @cmsd2 for his awesome work!

New:

  • add a role table, and a join table between roles and users, and the stores to manage them
  • add tests for role table store and join table
  • add service collection extension

See details here: #2.

Compare with previous release: https://github.com/miltador/AspNetCore.Identity.DynamoDB/compare/1.0.0-rc2...1.0.0-rc3

1.0.0-rc2-7

7 years ago

This is to support wider range of projects which target LTS netcoreapp1.0.

1.0.0-rc2-6

7 years ago

In order to add support for netcoreapp1.0 framework the library target has been lowered to netstandard1.6.

1.0.0-rc2-5

7 years ago

It is finally on NuGet.

For the changelog please see 1.0.0-rc2 release notes.

Some pic to make you happy at the end of the day:

Embarrassing

1.0.0-rc2-4

7 years ago

1.0.0-rc2-3

7 years ago

1.0.0-rc2-2

7 years ago