Skip to content

Releases: miltador/AspNetCore.Identity.DynamoDB

1.0.1

27 Oct 05:52
Compare
Choose a tag to compare

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

1.0.0: First release! 💥🔥

22 Mar 09:46
Compare
Choose a tag to compare

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: fix DynamoDBBuilder

10 Mar 12:40
Compare
Choose a tag to compare
Pre-release

Fixes:

  • #3: register IRoleStore instead of IRoleClaimStore

1.0.0-rc3: Role store, service collection extensions

07 Mar 09:07
Compare
Choose a tag to compare

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:
1.0.0-rc2...1.0.0-rc3

1.0.0-rc2-7: downgrade to netcoreapp1.0 and netstandard1.6

02 Mar 14:37
Compare
Choose a tag to compare

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

1.0.0-rc2-6: target netstandard 1.6

01 Mar 12:02
Compare
Choose a tag to compare
Pre-release

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

1.0.0-rc2-5: NuGet (5 is my fav. number)

28 Feb 16:51
Compare
Choose a tag to compare

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: NuGet (part 4 🔢)

28 Feb 16:35
Compare
Choose a tag to compare
Pre-release
build: fix path to artifacts

1.0.0-rc2-3: NuGet (part 3 🔢)

28 Feb 16:27
Compare
Choose a tag to compare
Pre-release
build: fix path to artifacts

1.0.0-rc2-2: NuGet (part 2 🔢)

28 Feb 16:16
Compare
Choose a tag to compare
Pre-release
build: add Mono for publishing