Releases: AlexGhiondea/OAuth.net
Releases · AlexGhiondea/OAuth.net
Add support for .NET Standard 2.0
This release contains a .NET Standard 2.0 asset
Release 1.5.1
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
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