Skip to content

Releases: Adolfok3/AuthorizationInterceptor

5.4.1

12 Feb 20:14
3877448

Choose a tag to compare

  • Fixed duplication of the authorization header in forwarded calls.

5.4.0

19 Jan 23:12
fa4111c

Choose a tag to compare

  • Updated to .NET10

5.2.0

18 Sep 18:32
567595c

Choose a tag to compare

  • Added extension method for IHttpClientBuilder that allows to inject a custom implementation of the IAuthenticationHandler to AuthorizationInterceptorHandler

5.0.1

12 Sep 00:36
9833af2

Choose a tag to compare

  • Updated minor package versions.

5.0.0

18 Mar 17:26
a234e98

Choose a tag to compare

5.0.0 🚀

  • Added Hybrid Cache support
  • Removed .NET 5 support
  • Fixed bug in independence of Interceptors between multiple HttpClients in the same solution
  • Configured monorepo for Interceptors
  • Improved performance for logs.
  • Created new Samples

5.0.0-preview-1

17 Mar 23:15
00c2c4b

Choose a tag to compare

  • Added Hybrid Cache support
  • Removed .NET 5 support
  • Fixed bug in independence of Interceptors between multiple HttpClients in the same solution
  • Improved performance for logs.
  • Updated Samples

5.0.0-beta

17 Mar 13:43
26361fd

Choose a tag to compare

  • Added monorepo configuration

4.0.0

28 Feb 16:33
01a0b4b

Choose a tag to compare

4.0.0 🚀

  • Refactor IAuthenticationHandler to reuse AuthenticateAsync for refresh token
  • Added validation for expired headers with refresh token
  • Added CancellationToken between calls

2.2.0

12 Nov 22:43
1997156

Choose a tag to compare

  • Added support for dotnet sdk 9
  • Fixed some vulnerabilities

2.1.2

06 Nov 22:13
0f78ad8

Choose a tag to compare

  • Updated AuthorizationInterceptor.Extensions.Abstractions to 2.1.1
  • Some typos updates