Skip to content

Releases: Mastercard/oauth1-signer-csharp

v1.5.0

28 Feb 15:26
bdb52e3
Compare
Choose a tag to compare

Removing support for deprecated libraries and framework versions
Updating to netstandard2.1

v1.4.0

02 Mar 15:42
Compare
Choose a tag to compare

Updating Restsharp version used by the project to 108.0.3

v1.3.3

25 Aug 09:31
Compare
Choose a tag to compare

Fix Uri Encoding issues with path parameters which was causing incorrect Authentication signature generation

v1.3.2

23 Jun 12:54
f03f3d3
Compare
Choose a tag to compare
  • Added package icon for NuGet

v1.3.1

08 Jun 13:57
2c6a7a5
Compare
Choose a tag to compare
  • Fixed "weak cryptography" hotspot (Sonar) by using RandomNumberGenerator instead of Random
  • Fixed an issue with the "OAuth" substring being removed from the oauth_body_hash values (example: "ugxcxkGBiQwu5kGnpvKgrbkOAuthLE+qtCXBDeZ/D/I=")

v1.3.0

26 Feb 18:06
54c3dbc
Compare
Choose a tag to compare
  • Fixed issue #7: added a new NuGet package to support the csharp-netcore OpenAPI Generator and RestSharp
  • Improved NuGet package descriptions for nuget.org
  • Added a .NET Core 3 test project
  • Bumped test dependencies
  • Updated README.md

v1.2.6

12 Aug 12:29
955ad97
Compare
Choose a tag to compare
  • Added a SignAsync method to NetHttpClientSigner
  • Added overload for AuthenticationUtils.LoadSigningKey that takes the certificate data as a byte array

v1.2.5

09 Dec 15:29
e85ed36
Compare
Choose a tag to compare
  • Added symbol packages for NuGet

v1.2.4

02 May 12:21
e17315b
Compare
Choose a tag to compare
  • RestSharpSigner: fixed an encoding issue when building the URI to be signed

v1.2.3

26 Apr 17:11
97f9c2b
Compare
Choose a tag to compare
  • Fixed issue #1 (a wrong signature base string was generated when the provided URI contained non-encoded characters )