Releases: mdsol/mauth-client-dotnet
Releases · mdsol/mauth-client-dotnet
Release of v4.0.0
[All] Added implementation for MWSV2 signing and authentication. Added logging support during MAuthentication.
Maintenance Release
This patch release contains the following fixes, updates and changes:
- [Core] Fixed and enabled caching of the
ApplicationInfo
from the MAuth server.
Maintenance Release
This patch release contains the following fixes, updates and changes:
- [Core] Added
ConfigureAwait(false)
avoiding any possible deadlocks.
Feature Release
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
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
This patch release contains the following fixes, updates and changes:
- [Core] Fixed concurrency and memory issues with the
MAuthRequestRetrier
Maintenance Release
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
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
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 toHideExceptionsAndReturnUnauthorized
.
Maintenance Release
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