Kévin Chalet
|
2008ce59ed
|
Update the Entity Framework stores to reset the entity states when failing to update/delete an entity
|
6 years ago |
Kévin Chalet
|
f0c7a9420a
|
Update the EF Core entity configurations to generate primary keys on add
|
6 years ago |
Kévin Chalet
|
09fe3f0955
|
Replace ImmutableDictionary<string, object> by ImmutableDictionary<string, JsonElement>
|
7 years ago |
Kévin Chalet
|
bef913d002
|
Replace JSON.NET by System.Text.Json, store cached requests as JWE/JWS payloads and set the typ header of JWT tokens
|
7 years ago |
Kévin Chalet
|
552ac02176
|
Introduce application requirements and add per-application PKCE enforcement support
|
7 years ago |
Kévin Chalet
|
225b8ad9f5
|
Add device code flow support
|
7 years ago |
Kévin Chalet
|
2c5e9c6a69
|
Use Enumerable.Contains() instead of ImmutableArray.Contains() and add missing cancellation tokens
|
7 years ago |
Kévin Chalet
|
874dd44170
|
Add workarounds for API breaking changes introduced in Entity Framework Core 3.x
|
7 years ago |
Kévin Chalet
|
47c04a238c
|
Remove compiled queries from the EF Core 2.x/3.x stores
|
7 years ago |
Kévin Chalet
|
092097a57c
|
Cross-compile the EF Core stores to support EF Core 2.x on .NET Standard 2.0
|
7 years ago |
Kévin Chalet
|
2113b573ad
|
Replace ValueTask<ImmutableArray<T>> by IAsyncEnumerable<T>
|
7 years ago |
Kévin Chalet
|
32a51c026b
|
Replace the static caches used in the EF 6/EF Core/NHibernate caches by private singleton caches injected via DI
|
7 years ago |
Kévin Chalet
|
9ee38c0efb
|
Introduce the first experimental OpenIddict 3.0 bits and move the build infrastructure to Arcade
|
7 years ago |
Kévin Chalet
|
4242e43638
|
Remove invalid null checks from OpenIddictTokenStore
|
7 years ago |
Kévin Chalet
|
313a4a92ec
|
Update OpenIddictValidationConfiguration to validate the default sign-in/out schemes and ensure they don't point to the OpenIddict validation handler
|
8 years ago |
Kévin Chalet
|
cdd85c99a6
|
Revert some of the EF 6.x/EF Core schema changes to avoid issues with migrations
|
8 years ago |
Kévin Chalet
|
77ed793859
|
Update the OpenIddict builders to hide System.Object's root members
|
8 years ago |
Kévin Chalet
|
38092df0ac
|
Rename IOpenIddictTokenStore.SetTokenTypeAsync() to SetTypeAsync()
|
8 years ago |
Kévin Chalet
|
041a83847a
|
Introduce AuthenticationTicket extensions and move the EntityFramework/EntityFrameworkCore extensions to a better namespace
|
8 years ago |
Kévin Chalet
|
338f8779f4
|
Update the OpenIddict.Core extensions to register the memory cache services and remove unnecessary references
|
8 years ago |
Kévin Chalet
|
3a13c8505a
|
Update the EF 6.x/EF Core entity configurations to use pre-defined column lengths
|
8 years ago |
Kévin Chalet
|
55f358689c
|
Introduce built-in entity caching support in the managers and allow disabling the additional checks
|
8 years ago |
Kévin Chalet
|
50375c212d
|
Introduce a custom exception type that allows flowing multiple validation errors
|
8 years ago |
Kévin Chalet
|
a60014dda5
|
Introduce OpenIddictAuthorizationManager.FindByApplicationIdAsync() and decorate the built-in models with [DebuggerDisplay]
|
8 years ago |
Kévin Chalet
|
9a06891507
|
Tweak the events model to force user-defined handlers to explicitly determine whether other handlers can be invoked
|
8 years ago |
Kévin Chalet
|
803b6abbf3
|
Update IOpenIddictAuthorizationManager.FindAsync() to make CancellationToken optional
|
8 years ago |
Kévin Chalet
|
ddbe7aed38
|
Update IOpenIddictAuthorizationStore.PruneAsync() to also take expired tokens into account
|
8 years ago |
Kévin Chalet
|
d92b6f2861
|
Update ListAsync() to use AsTracking()
|
8 years ago |
Kévin Chalet
|
0f89f638eb
|
Introduce new FindAsync methods in OpenIddictTokenManager/IOpenIddictTokenStore
|
8 years ago |
Kévin Chalet
|
4d8e458df5
|
Update documentation and move the MVC binder/binder provider to an .Internal namespace
|
8 years ago |
Kévin Chalet
|
5a37afb116
|
Move the OpenIddict entities mappings to separate IEntityTypeConfiguration instances
|
8 years ago |
Kévin Chalet
|
b5c9798e17
|
Introduce new unit tests for the core/server/validation builders and extensions
|
8 years ago |
Kévin Chalet
|
0cf7311664
|
Move the distributed/memory cache services registration from OpenIddict.Core to the stores/server packages
|
8 years ago |
Vladyslav Martynets
|
80bfa33b36
|
Replace new() constraints by Activator.CreateInstance() to allow using abstract entities as generic parameters
|
8 years ago |
Kévin Chalet
|
321ab58801
|
Rename OpenIddictEntityFrameworkCoreOptions/OpenIddictEntityFrameworkOptions.ContextType to DbContextType
|
8 years ago |
Kévin Chalet
|
2bc86ea255
|
Update OpenIddictServerExtensions to throw an exception when the core services are not registered
|
8 years ago |
Kévin Chalet
|
c3bab03116
|
Use private static fields instead of IMemoryCache to cache compiled queries
|
8 years ago |
Kévin Chalet
|
32fe4b0ae7
|
Remove OpenIddict.Models/OpenIddict.Stores and move to per-provider models
|
8 years ago |
Kévin Chalet
|
6533383771
|
Introduce OpenIddictScopeManager.FindByResourceAsync() to allow retrieving all the scopes associated with a given resource
|
8 years ago |
Kévin Chalet
|
9515954ac9
|
Introduce non-generic manager interfaces and update the token server/validation services to use them
|
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
|
d06ca94be2
|
Use unique GUID keys for cache entries to prevent collisions
|
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
|
ef139e23d1
|
Move the default stores to OpenIddict.Stores and the server components to OpenIddict.Server
|
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
|
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
|
8592dce45b
|
Update the Get*Async() managers/stores methods to return ValueTask instead of Task
|
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
|
57676d7613
|
Update OpenIddictApplicationStore/OpenIddictAuthorizationStore.DeleteAsync() to work around an Entity Framework Core bug
|
8 years ago |