This release introduces the following changes:
-
All the OpenIddict packages now target .NET 8.0 (.NET Standard 2.0/2.1, .NET 6.0/7.0 and .NET Framework 4.6.1+ are still fully supported).
-
A Zoom.us integration was added to
OpenIddict.Client.WebIntegration
. -
The authentication results returned by
OpenIddictClientService
now expose the expiration date of access tokens (thanks @davhdavh! ❤️) -
To support advanced scenarios (e.g custom grants), the OWIN and ASP.NET Core hosts have been updated to return an
AuthenticateResult
with an empty main principal - and the additional principals attached toAuthenticateResult.Properties
- instead of a null result (see #1912 for more information).