This is a minor release that fixes bugs related to nullable reference type annotations.
What's Changed
- Allow null return values from
IIdentityInteractionService.GetErrorContextAsync
andIIdentityInteractionService.GetLogoutContextAsync
. See #1304. - Allow null parameter to
IIdentityInteractionService.RevokeUserConsentAsync
. See #1307. - Allow null parameter to
LogoutRequest
. See #1304. - Allow null session id in the
PersistedGrant
model. See #1304.
Full Changelog: 6.3.1...6.3.2