DevDefined.OAuth
DevDefined.OAuth copied to clipboard
An OAuth Consumer and Provider implemented for .Net
Upgrade .net framework from 3.5 to 48 to support .netstandard 2.0
Hello, Is there any plans to migrate this project to dotnet core? How can i help on that?
RFC 5849 section 3.1. | oauth_token | The token value used to associate the request with the resource | owner. If the request is not associated with a resource owner...
Compiled Release is Older Than Repository Code! This is a trap that costs developers time. Can somebody please update the compiled release on Google Code please?
I have done some modifications for the following issues: - The ability to send JSON data, i.e. Content-type = "application/json" without form encoded body - Huge requests, i.e. a big...
I've brought in this library as a dependency of another library and all of a sudden it's generating errors when MEF analyses the assemblies for imports (it analyses all of...
JSONP return from springpad seems to be literal string full with backslashes escape. Which is supposedly not happen in C# string. string dataString = session.Request().Get().ForUrl(this.baseUrl + url).ToString();
There is no documentation that tells one how to set or generate an oauth_verifier, but creating a random verifier and validating it is crucial to security. Additionally, in the Provider...
Hi The OAuth spec requires parameter names to be encoded using the %XX format and then URL encoded, but the code is not doing so (snippet from UriUtility.NormalizeRequestParameters): IEnumerable orderedParameters...