Releases: dozer75/HttpClientAuthentication
Releases · dozer75/HttpClientAuthentication
v3.0.0
v3.0.0-preview.250114.1
Updated support to .NET 9.
Removed support for .NET 6.
Added support for additional query string, header and body parameters that can be passed to the token endpoint.
v2.0.2
Fixes CVE-2024-43483
v2.0.1
Fixes CVE-2024-43485 by upgrading System.Text.Json to 8.0.5.
v2.0.0
- Updated to .NET 8
- Removed .NET 7
- Added support for disabling access token cache for a configuration
Full Changelog
v2.0.0-preview.240604.1
- Updated to .NET 8
- Removed .NET 7
- Added support for disabling access token cache for a configuration
v1.0.0
Initial release containing support for configuring authentication using API keys, Basic (Username/password) and OAuth2 client credentials on HttpClientAuthentication.HttpClient.
Refer to README.md for more information.
Feel free to report issues in the Issues and feel free to use Discussions for questions.
Full Changelog
https://github.com/dozer75/HttpClientAuthentication/commits/v1.0.0