Skip to content

Releases: dozer75/HttpClientAuthentication

Add .NET 10 support

Choose a tag to compare

@dozer75 dozer75 released this 25 Nov 08:09
f74eca8

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@dozer75 dozer75 released this 14 Jan 14:56
12b56a2
  • Added support for .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.

v3.0.0-preview.250114.1

Pre-release

Choose a tag to compare

@dozer75 dozer75 released this 14 Jan 14:13
12b56a2

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

Choose a tag to compare

@dozer75 dozer75 released this 15 Oct 11:08

v2.0.1

Choose a tag to compare

@dozer75 dozer75 released this 09 Oct 17:31

Fixes CVE-2024-43485 by upgrading System.Text.Json to 8.0.5.

v2.0.0

Choose a tag to compare

@dozer75 dozer75 released this 04 Jun 12:42
a272ff7
  • Updated to .NET 8
  • Removed .NET 7
  • Added support for disabling access token cache for a configuration

Full Changelog

v1.0.0...v2.0.0

v2.0.0-preview.240604.1

Pre-release

Choose a tag to compare

@dozer75 dozer75 released this 04 Jun 09:56
c51f88e
  • Updated to .NET 8
  • Removed .NET 7
  • Added support for disabling access token cache for a configuration

v1.0.0

Choose a tag to compare

@dozer75 dozer75 released this 01 Sep 08:24

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