Skip to content

Releases: AlexGhiondea/OAuth.net

Add support for .NET Standard 2.0

17 Apr 21:50
b96a978
Compare
Choose a tag to compare

This release contains a .NET Standard 2.0 asset

Release 1.5.1

09 Apr 02:50
2ba6389
Compare
Choose a tag to compare

Change the default for the authenticator to send version 1.0 as well instead of 1.0a.

The version can be chosen via a different constructor if a different version number is required.

Release 1.5.0

01 Apr 03:59
c89fd54
Compare
Choose a tag to compare

Following changes and improvements:

  • Between 30-40% fewer allocations at runtime.
  • Changed the default OAuth version from 1.0a to the spec'ed one of 1.0
  • Support processing the OAuth parameters from inside the request content
  • Tests support and tests added to validate the implementation