This minor release fixes a bug impacting scenarios using absolute URLs for the OpenIddict endpoints (relative paths like /connect/token
were not affected). For more information, read #1255.
Starting with 3.0.4, both the ASP.NET Core and OWIN hosts now populate the AuthenticationProperties.IssuedUtc
and AuthenticationProperties.ExpiresUtc
properties to match OpenIddict 2.x's behavior.
This release also updates the authorization manager to ensure the CreateAsync()
overload that doesn't take a descriptor
parameter automatically attaches a creation date to the resulting authorization.