Skip to content

Releases: mdsol/mauth-client-dotnet

Release of v4.0.0

09 Oct 01:53
8f1d3cc
Compare
Choose a tag to compare

[All] Added implementation for MWSV2 signing and authentication. Added logging support during MAuthentication.

Maintenance Release

18 Jan 08:02
461a28f
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Fixed and enabled caching of the ApplicationInfo from the MAuth server.

Maintenance Release

18 Oct 03:22
be699e4
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Added ConfigureAwait(false) avoiding any possible deadlocks.

Feature Release

15 Oct 05:54
1227b4f
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Added a new extension method to the utilities which will authenticate a HttpRequestMessage with the
    provided options.

Maintenance Release

10 Oct 00:54
14fd52f
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Fixed an issue with HTTP requests having binary content (the authentication was failing in this case)

Maintenance Release

28 Aug 06:24
3dd6465
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Fixed concurrency and memory issues with the MAuthRequestRetrier

Maintenance Release

08 Jun 02:32
d57bafb
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Expose the MAuthOptionsBase.MAuthServerHandler property as public in order to be able to inject custom handlers for the MAuth server communication.

Maintenance Release

31 Jan 06:42
14e06bc
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [Core] Removed constraint for the application uuids to be only version 4. Now the MAuth header validation won't throw error if the provided uuid is not version 4.

Release of v3.0.0

28 Dec 02:50
9aae818
Compare
Choose a tag to compare

This major release contains the following fixes, updates and changes:

  • [All] Breaking - Changed the HTTP status code response in case of any errors (including authentication and validation errors) from Forbidden (403) to Unauthorized (401).
    HideExceptionsAndReturnForbidden property of MAuth option class has also been renamed to HideExceptionsAndReturnUnauthorized.

Maintenance Release

31 Aug 08:42
Compare
Choose a tag to compare

This patch release contains the following fixes, updates and changes:

  • [AspNetCore] [Owin] Fixed an issue with the request body being not rewound in the middlewares before passing down the chain