Skip to content

Releases: dozer75/HttpClientAuthentication

v3.0.0

14 Jan 14:56
12b56a2

Choose a tag to compare

  • 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

14 Jan 14:13
12b56a2

Choose a tag to compare

Pre-release

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

15 Oct 11:08

Choose a tag to compare

v2.0.1

09 Oct 17:31

Choose a tag to compare

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

v2.0.0

04 Jun 12:42
a272ff7

Choose a tag to compare

  • 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

04 Jun 09:56
c51f88e

Choose a tag to compare

Pre-release
  • Updated to .NET 8
  • Removed .NET 7
  • Added support for disabling access token cache for a configuration

v1.0.0

01 Sep 08:24

Choose a tag to compare

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