Releases: aspnet-contrib/AspNet.Security.OAuth.Providers
Releases · aspnet-contrib/AspNet.Security.OAuth.Providers
3.1.3
Added
- Add built-in support for GitHub Enterprise (#456) Thanks @martincostello!
- Added documentation for all providers' configuration options (#459, #460) Thanks @martincostello!
Changes
- Update the Instagram provider to use the Basic Display API (#441, #461) Thanks @koni-a, @martincostello and @mateolevy!
Fixes
- Fix SuperOffice token validation (#458) Thanks @martincostello!
Contributors
3.1.2
Added
- Add ability to specify the
prompt
parameter for the Discord provider (#367, #415) Thanks @damccull and @lukefulliton! - Add a provider for Okta (#403, #442) Thanks @martincostello!
- Add a provider for SuperOffice (#417, #418) Thanks @AnthonyYates!
Changes
- Update Discord provider domain from
discordapp.com
todiscord.com
(#426, #427) Thanks @Herdo! - Change the default scopes for the Strava provider (#443) Thanks @bryantlikes!
- Update the Patreon provider to use the v2 API (#446) Thanks @martincostello!
- Update the package reference for
System.IdentityModel.Tokens.Jwt
in the Apple provider to v5.5.0 (#451) Thanks @martincostello!
Fixes
- Fix exception if user cancels Sign in with Apple (#424, #425) Thanks @dbevan-kabam and @martincostello!
- Fix
ObjectDisposedException
when using System.IdentityModel.Tokens.Jwt 5.5.0+ (#439, #451) Thanks @AnthonyYates and @martincostello!
Contributors
3.1.1
2.2.2
Changes
- Update Twitch provider for Helix API authentication changes (#419, #420) Thanks @JayDee23 and @kinosang!
Contributors
3.1.0
Added
- Expand Discord discriminators (#366) Thanks @kg73!
- Add Deezer provider (#373) Thanks @tolbxela!
- Add Gitee provider (#378) Thanks @HahaMango!
- Add NetEase provider (#389) Thanks @HahaMango!
- Add nullable annotations (#379) Thanks @martincostello!
- Add documentation for Apple provider (#398) Thanks @martincostello!
- Add Basecamp provider (#406) Thanks @lukefulliton!
Fixes
- Fix incorrect log message when Apple ID token validation fails (#381, #382) Thanks @martincostello and @sawcmk!
- Fix Apple public keys being cached indefinitely (#383, #384) Thanks @martincostello and @sawcmk!
- Fix MailRu provider not mapping email to name identifier (#388) Thanks @denis-ivanov!
- Fix JSON response from Apple not being logged (#410) Thanks @martincostello!
- Fix email claim not always being set by the Apple provider (#407, #411) Thanks @lukefulliton and @martincostello!
Changes
- Update VK documentation. (#360) Thanks @sibvic!
- Target ASP.NET Core 3.1 (#364) Thanks @martincostello!
- Add code analyzers (#379) Thanks @martincostello!
- Update Yahoo! provider for API changes (#392, #393) Thanks @benjaminsampica!
Contributors
2.2.1
Fixes
- Fix MailRu provider not mapping email to name identifier (#388) Thanks @denis-ivanov!
- Fix email claim not always being set by the Apple provider (#407, #412) Thanks @lukefulliton and @martincostello!
Contributors
3.0.0
Added
- Support ASP.NET Core 3.0. (#348) Thanks @martincostello!
Changes
- Use arcade to build the project. (#335) Thanks @martincostello!
Contributors
- @davidfowl
- @martincostello
- @PinpointTownes
- @Tratcher
2.2.0
Added
- Add GitLab provider. (#329) Thanks @twsI!
- Add Nextcloud provider. (#325) Thanks @zAfLu!
- Add Shopify provider. (#326) Thanks @sbiaudet!
- Add Sign In with Apple provider. (#318) Thanks @martincostello!
Fixes
Changes
- Improve publish behaviour for the sample project. (#319) Thanks @martincostello!
Contributors
- @martincostello
- @mgroves
- @PinpointTownes
- @sbiaudet
- @twsl
- @zAfLu
2.1.0
Added
- Added
ProfileFields
constants to the LinkedIn provider. (#265) Thanks @xperiandri! - Increase support for authorization of Wechat Webpage. (#262) Thanks @saber-wang!
- Add Baidu provider. (#245) Thanks @kinosang!
- Add Harvest provider. (#180) Thanks @zVolodymyr!
- Add MailRu provider. (#306) Thanks @dyzy!
- Add Odnoklassniki provider. (#311) Thanks @dyzy!
- Add Zalo provider. (#304) Thanks @hoangitk!
- Add support for Source Link. (#312) Thanks @martincostello!
Fixes
- Fix Stack Exchange authentication handler. (#281) Thanks @poke!
- Fix BattleNet user information endpoints. (#272) Thanks @kinosang!
- Fix Salesforce provider. (#290) Thanks @martincostello!
- Fix Foursquare provider. (#291) Thanks @martincostello!
- Validate that a value is set for the
Site
property of the Stack Exchange provider. (#294) Thanks @martincostello! - Always send the default API version in requests for the Foursquare provider. (#294) Thanks @martincostello!
- Fix LinkedIn authentication with v2 endpoints to get name, email and profile pictures. (#298) Thanks @asiffermann!
- Use standard-compliant encoding for Basic tokens. (#309) Thanks @martincostello!
- Update BitBucket, GitHub and Weibo providers to throw an exception when failing to retrieve user's email address. (#315) Thanks @PinpointTownes!
Changes
- Use
PackageLicenseExpression
in NuGet packages. (#290) Thanks @martincostello! - Fix IDE warnings. (#290) Thanks @martincostello!
- Fix sample MVC app not launching in Kestrel. (#290) Thanks @martincostello!
- Update sample MVC app to ASP.NET Core 2.2. (#290) Thanks @martincostello!
- Various fixes and improvements to AppVeyor and Travis CI builds. (#290) Thanks @martincostello!
- Add integration tests. (#292) Thanks @martincostello!
- Update PayPal provider to use OAuth user endpoint. (#293) Thanks @martincostello!
- Add EditorConfig file and standardize code formatting. (#299) Thanks @martincostello!
- Add GitHub community documentation. (#301) Thanks @martincostello!
- Update sample application to latest Bootstrap and jQuery. (#310) Thanks @martincostello!
Contributors
- @asiffermann
- @dyzy
- @hoangitk
- @kinosang
- @martincostello
- @NekitCorp
- @PinpointTownes
- @poke
- @saber-wang
- @xperiandri
- @zVolodymyr
2.0.1
Update version.props to build 2.0.1 packages