This release introduces the following changes:
-
The GitHub web provider was fixed to support the
issparameter now returned by GitHub. As part of this change, the issuer was also changed tohttps://github.com/login/oauth, which is the value now officially used by GitHub. -
The
ReplaceDefault*Entity()methods exposed byOpenIddictMongoDbBuildernow register the stores as singleton services instead of scoped services. -
The client system integration was updated to always attach an
IASWebAuthenticationPresentationContextProvidingobject to theASWebAuthenticationSessionon Mac Catalyst and macOS, matching the logic already used on iOS (thanks @amirburbea for reporting this issue).