| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.6.1 source code.tar.gz | 2026-08-24 | 6.2 MB | |
| 7.6.1 source code.zip | 2026-08-24 | 7.1 MB | |
| README.md | 2026-08-24 | 714 Bytes | |
| Totals: 3 Items | 13.2 MB | 0 | |
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).