Releases: aspnet-contrib/AspNet.Security.OAuth.Providers
Releases · aspnet-contrib/AspNet.Security.OAuth.Providers
5.0.1
Added
- Add amoCRM provider (#507) Thanks @denis-ivanov!
- Add Lichess provider (#511) Thanks @tanczosm!
- Add UnionId claim for QQ provider (#509) Thanks @LeaFrock!
Changes
- Use .NET 5.0 SDK analyzers (#515) Thanks @martincostello!
- Use new .NET 5.0 overloads for some methods (#515) Thanks @martincostello!
Contributors
3.1.7
5.0.0
Added
- Add support for ASP.NET 5 (#472) Thanks @martincostello!
Fixed
- Use
IMemoryCacheto cache client secrets for Apple provider (#396, #484) Thanks @foriequal0 and @martincostello!
Contributors
3.1.6
3.1.5
Fixed
- Fix issue with NuGet package dependencies by removing NuGet Central Package Version Management (#486) Thanks @kevinchalet!
- Add mandatory
emailclaim to the Yahoo! provider by default (#488, #491) Thanks @farajfarook and @martincostello! - Fix issuer for SuperOffice staging domain (#489, #490) Thanks @josteink and @AnthonyYates!
Contributors
3.1.4
Added
- Add NameIdentifier and Email claims to the SuperOffice provider (#464, #465) Thanks @AnthonyYates!
- Update Onshape provider URLs (#469, #470) Thanks @koliyo and @martincostello!
- Add Kloudless provider (#479) Thanks @kYann!
Fixed
- Use portable PDBs instead of embedding symbols in the assemblies (#475, #476) Thanks @kevinchalet!
- Handle user cancelling LinkedIn sign in correctly (#480, #481) Thanks @felixSabatie and @martincostello!
Contributors
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
- @koni-a
- @martincostello
- @mateolevy
3.1.2
Added
- Add ability to specify the
promptparameter 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.comtodiscord.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.Jwtin 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
ObjectDisposedExceptionwhen 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!