Kévin Chalet
|
2fd30447f0
|
Enable session validation support in the server and validation stacks
|
2 weeks ago |
Kévin Chalet
|
6665db782e
|
Add navigation properties to the new session entity and implement pruning support
|
2 weeks ago |
Kévin Chalet
|
bb4ee623ff
|
Update the ReplaceDefault*Entity() methods to register the MongoDB stores as singletons
|
2 weeks ago |
Kévin Chalet
|
058c115713
|
Convert all the scoped event handlers to singleton services
|
2 weeks ago |
Kévin Chalet
|
66670e04f9
|
Convert all the event handlers using IOpenIddict*Dispatcher to singleton services
|
2 weeks ago |
Kévin Chalet
|
5fc15473ce
|
Attach IServiceProvider to OpenIddict*Transaction and make OpenIddict*Dispatcher a singleton service
|
2 weeks ago |
Kévin Chalet
|
515a64faa1
|
Update the providers generator to support the AuthorizationResponseIssParameterSupported attribute and use it for the GitHub provider
|
2 weeks ago |
Kévin Chalet
|
cde7b6b30f
|
Add a link to the new support policy page
|
3 weeks ago |
Kévin Chalet
|
754135447e
|
Bump the .NET SDK to 10.0.400 and update all the dependencies
|
3 weeks ago |
Kévin Chalet
|
e5266daf9e
|
Fix inconsistencies between the Entity Framework 6 and Entity Framework Core stores
|
3 weeks ago |
Kévin Chalet
|
aff2a2a7bd
|
Re-introduce the default user code display format and fix the user code generation logic to use the specified charset
|
1 month ago |
Kévin Chalet
|
9b2ef8e8df
|
Do not require login identifiers attached to OpenIddict sessions to be unique
|
1 month ago |
Kévin Chalet
|
9780dd2e6b
|
Enable additional Meziantou.Analyzer analyzers
|
1 month ago |
Kévin Chalet
|
d663eced46
|
Reference Meziantou.Analyzer globally and address the existing warnings
|
1 month ago |
Kévin Chalet
|
4f6882bc0a
|
Introduce a new session entity and store the session identifier in the tokens
|
1 month ago |
Kévin Chalet
|
6623bc451f
|
Decorate the Configure() builder APIs with [EditorBrowsable(EditorBrowsableState.Advanced)]
|
1 month ago |
Kévin Chalet
|
19d46a63fa
|
Remove the Convert.FromHexString()/SHA384.HashData()/SHA512.HashData() polyfills
|
1 month ago |
Kévin Chalet
|
77dc27e1c7
|
Bump Meziantou.Polyfill to 1.0.158
|
1 month ago |
Kévin Chalet
|
e9d5a1c64f
|
Update the client/server/validation stacks to always use the CancellationToken attached to the context
|
1 month ago |
Kévin Chalet
|
aa4f2fd554
|
Update the Entity Framework Core stores to dispose and commit transactions asynchronously
|
1 month ago |
Kévin Chalet
|
8b40d82e79
|
Update the MongoDB to use the new built-in ToAsyncEnumerable() extensions
|
1 month ago |
Kévin Chalet
|
b44d49a6ab
|
Remove the Enumerable.Contains() workaround from the MongoDB stores
|
1 month ago |
Kévin Chalet
|
03f8f3ff3c
|
Remove the Enumerable.Contains() workaround from the Entity Framework Core stores
|
1 month ago |
OpenIddict Bot
|
6199a6f840
|
Update the sponsors section
|
1 month ago |
Kévin Chalet
|
ee3bfb76c0
|
Normalize collection empty checks in the Entity Framework/Entity Framework Core/MongoDB stores
|
1 month ago |
Kévin Chalet
|
cd6dc8141d
|
Update the Entity Framework/Entity Framework Core stores to use FindAsync() when possible
|
1 month ago |
Kévin Chalet
|
04409f5b6d
|
Attach an IASWebAuthenticationPresentationContextProviding object on Mac Catalyst and macOS
|
1 month ago |
Kévin Chalet
|
b9f793cc14
|
Attach a ValueComparer to all the dictionary-based conversions
|
2 months ago |
Kévin Chalet
|
124486e66d
|
Remove the query workarounds from the Entity Framework Core stores
|
2 months ago |
Kévin Chalet
|
50e741efa2
|
Represent complex properties as strongly-typed CLR properties in the Entity Framework Core models
|
2 months ago |
Kévin Chalet
|
98e6575345
|
Remove unnecessary preprocessor directives in the EF Core stores
|
2 months ago |
Kévin Chalet
|
4cc756c565
|
Normalize the code style of null-coalescing and ternary operators
|
2 months ago |
Kévin Chalet
|
ce91303ff5
|
Update the MongoDB models/stores to use immutable collections
|
2 months ago |
Kévin Chalet
|
0cd3f48bb9
|
Use HasIndex() overload accepting an expression tree
|
2 months ago |
Kévin Chalet
|
eeb8deddbf
|
Introduce a new resource entity and support dynamic resources
|
2 months ago |
Kévin Chalet
|
c62764fe52
|
Update Versions.props to build 8.0.0-preview.3 packages
|
2 months ago |
Kévin Chalet
|
145cfdab46
|
Bump the .NET SDK to 10.0.302 and update all the dependencies
|
2 months ago |
Kévin Chalet
|
e5ca973ce6
|
Update the build.yml file to match the new release branch convention
|
2 months ago |
Kévin Chalet
|
516c6a3153
|
Add Vercel to the list of supported providers
|
2 months ago |
Kévin Chalet
|
639cee5d0f
|
Optimize the creation of OpenIddictMessage instances
|
2 months ago |
Jeremy Kescher
|
948e3fe59c
|
Add ID Austria to the list of supported providers
Co-Authored-By: Kévin Chalet <kevinchalet@gmail.com>
|
3 months ago |
Kévin Chalet
|
4acdafdf01
|
Reuse the CookieOptions instance instead of creating one for each operation
|
2 months ago |
Kévin Chalet
|
32a310ecac
|
Refactor the correlation cookie extraction logic
|
2 months ago |
Kévin Chalet
|
d41aeb28fc
|
Reference Microsoft.Bcl.Memory on .NET Framework and use Base64Url instead of Base64UrlEncoder
|
2 months ago |
Kévin Chalet
|
8f349edbff
|
Implement ML-DSA support in the client, core, server and validation stacks
|
2 months ago |
Kévin Chalet
|
a455cac194
|
Bump Scriban to 7.2.5
|
2 months ago |
tedchirvasiu
|
8f8f300485
|
Restore the state of tokens associated to authorizations after a failed application deletion
|
2 months ago |
OpenIddict Bot
|
b4db25edda
|
Update the sponsors section
|
2 months ago |
Kévin Chalet
|
5f84dbe4a6
|
Suppress the GHSA-2m69-gcr7-jv3q security advisory
|
2 months ago |
Kévin Chalet
|
6d2f9eb8ba
|
Update Versions.props to build 8.0.0-preview.2 packages
|
3 months ago |