Skip to content

Releases: ganhammar/OpenIddict.AmazonDynamoDB

v2.0.0

29 Oct 06:10
Compare
Choose a tag to compare

What's Changed

  • Reduce the need for scans
  • Double store some data to reduce the amount of queries
  • Enable Time To Live to clean up old Tokens and Authorizations

Migration Guide

  1. OpenIddictDynamoDbSetup.EnsureInitializedAsync will migrate the table to support the new version
  2. Applications and Scopes need to be recreated, to ensure that they contain data that previously was stored separately