531 Commits (0dc749e5bce8de0502556ad87f6a17d4c346f53c)
 

Author SHA1 Message Date
Kévin Chalet 0dc749e5bc Update OpenIddict.Validatiion.Tests.csproj to run tests on netcoreapp1.0 instead of netcoreapp2.0 8 years ago
Kévin Chalet 3c7fd20400 Backport the README.md changes to the release branch 8 years ago
Kévin Chalet 9b68036551 Update README.md to react to the recent OpenIddict services registration APIs 8 years ago
Kévin Chalet 59c3d51ae7 Backport the validation middleware to OpenIddict 1.x 8 years ago
Chino Chang 03a27051ec Create a validation middleware with reference tokens support 8 years ago
Kévin Chalet 738ded5a7e Backport the builders/packages to OpenIddict 1.x 8 years ago
Kévin Chalet 7bca2c06ed Revamp the OpenIddict services registration process and introduce new builders to separate the server APIs from the core APIs 8 years ago
Kévin Chalet 55f8e2d1f7 Backport the caching changes to OpenIddict 1.x 8 years ago
Kévin Chalet d06ca94be2 Use unique GUID keys for cache entries to prevent collisions 8 years ago
Kévin Chalet 0a783be3be Backport the managers changes to OpenIddict 1.x 8 years ago
Kévin Chalet 950bbc5ed0 Add extra checks in the managers to ensure case-sensitive comparisons are enforced independently of the database/table/query collation 8 years ago
Kévin Chalet 8b77b96a73 Move the OpenIddict meta extensions to Microsoft.Extensions.DependencyInjection 8 years ago
Kévin Chalet 3ff30a7b37 Backport the package changes to OpenIddict 1.x 8 years ago
Kévin Chalet 09289aaf2f Update OpenIddict.csproj to reference OpenIddict.Models instead of OpenIddict.Stores 8 years ago
Kévin Chalet d1acbad8bd Backport the packages changes to OpenIddict 1.x 8 years ago
Kévin Chalet ef139e23d1 Move the default stores to OpenIddict.Stores and the server components to OpenIddict.Server 8 years ago
Kévin Chalet e0d65df51a Backport the caching changes to OpenIddict 1.x 8 years ago
Kévin Chalet 2554bd55e1 Update the Entity Framework Core 2.0 stores to use compiled queries 8 years ago
Kévin Chalet b12041654b Backport the QueryTrackingBehavior.NoTracking support to OpenIddict 1.x 8 years ago
Kévin Chalet cfcba5f79f Update OpenIddictApplicationStore/OpenIddictAuthorizationStore.DeleteAsync() to use serializable transactions 8 years ago
Kévin Chalet 866c61f399 Update the Entity Framework Core stores to be compatible with QueryTrackingBehavior.NoTracking 8 years ago
Kévin Chalet ffe9040573 Backport the Task/ValueTask migration changes to OpenIddict 1.x 8 years ago
Kévin Chalet 8592dce45b Update the Get*Async() managers/stores methods to return ValueTask instead of Task 8 years ago
Henk Mollema 32f3bab7fc Use the new strong-named CryptoHelper package 8 years ago
Henk Mollema 80cd0068bd Use the new strong-named CryptoHelper package 8 years ago
Kévin Chalet aa6dbef6b5 Backport the authorizations/tokens pruning changes to OpenIddict 1.x 8 years ago
Kévin Chalet c56a1a355f Move PruneAsync() to the authorization/token stores to allow creating more efficient implementations 8 years ago
Kévin Chalet 90405f20a1 Backport the build scripts changes to OpenIddict 1.x 8 years ago
Kévin Chalet a3afcb0f23 Migrate to the latest KoreBuild version 8 years ago
Kévin Chalet d18432fd1d Backport the services.AddOpenIddict() extension changes to OpenIddict 1.x 8 years ago
Kévin Chalet fff1284a2a Update the services.AddOpenIddict() extension to automatically register the memory cache services 8 years ago
Kévin Chalet 918b009005 Incorporate the changes committed in the rel/1.0.0-rc2 branch 8 years ago
Kévin Chalet 1ef8f6eac8 Update version.props to build 1.0.0-rc3 packages 8 years ago
Kévin Chalet 9d4780170f Incorporate the changes committed in the rel/2.0.0-rc2 branch 8 years ago
Kévin Chalet 6d8f9ed0de Update version.props to build 2.0.0-rc3 packages 8 years ago
Kévin Chalet 76cea9482a Backport the Entity Framework Core workaround to OpenIddict 1.x 8 years ago
Kévin Chalet 57676d7613 Update OpenIddictApplicationStore/OpenIddictAuthorizationStore.DeleteAsync() to work around an Entity Framework Core bug 8 years ago
Kévin Chalet 8318f2d4a1 Update version.props to build 1.0.0-rc2-final packages 8 years ago
Kévin Chalet 2cd7ca4f6c Update version.props to build 2.0.0-rc2-final packages 8 years ago
Kévin Chalet 1ac041047b Backport the README.md changes to the release branch 8 years ago
Kévin Chalet 23a3450804 Update README.md to include a migration section 8 years ago
Kévin Chalet 562c4c5b28 Backport the authorization manager/store changes to OpenIddict 1.x 8 years ago
Kévin Chalet e51eb529d7 Add missing null checks in the authorization manager/store 8 years ago
Kévin Chalet 8be9aeab9a Backport the new FindAsync() overloads to OpenIddict 1.x 8 years ago
Kévin Chalet c531d79504 Add new OpenIddictAuthorizationManager.FindAsync() overloads 8 years ago
Kévin Chalet 2ca9f938ef Backport the authorization manager fix to OpenIddict 1.x 8 years ago
Kévin Chalet 1fca7238a1 Fix OpenIddictAuthorizationManager.PruneInvalidAsync() to use ListInvalidAsync() 8 years ago
Kévin Chalet 56e9f00285 Backport the authorization manager changes to OpenIddict 1.x 8 years ago
Kévin Chalet 4d8914bbe6 Update the OpenIddictAuthorizationManager.CreateAsync() method to require the authorization type 8 years ago
Kévin Chalet 05e41e686d Backport the authorization/token managers changes to OpenIddict 1.x 8 years ago