OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

OAuth2 client implementation for .NET

Results 22 OAuth2 issues
Sort by recently updated
recently updated
newest added

RestSharp v107 introduced breaking changes, mainly in that it removes the `IRestClient` and `IRestRequest` interfaces. Are there plans to update this library to support newer versions of RestSharp?

enhancement
help-wanted

I see you have windows live integration working, which is great, however if you're looking for business registrations not just Personal Microsoft Accounts... then you need Microsoft Azure I've modelled...

Need to change line: args.Request.AddParameter("v", "5.74"); 5.74 is not supported now. 5.81 is correct value.

Your examples in the readme are outdated. Can you please provide an example of a appsettings.json config for .netcore?

enhancement
help-wanted
Hacktoberfest

https://medium.com/swlh/github-api-oauth-in-2020-43944bdc8ab6

help-wanted
Hacktoberfest

Hi, It seems that you don't allow to specify the default WebRequest timeout. I've checked the RestSharp source code and they provide a Timeout paramter. Could you add that to...

Hacktoberfest

Hi everyone, I have a Twitter app which works just fine right now. I tried your code using the same credentials but I get an "Unexpected Response -> I can't...

Hacktoberfest

Hello, I am trying to use the OAuth2 in a winforms project, but your goal (simplicity in usage - so every newbie can..) does not work here. After installing the...

Hacktoberfest

I wonder how I can initialize a client given a stored token (e.g. from database)? Is there an example illustrating this?

Hacktoberfest

I tried Google ,.. They seams be okey but Instagram not working i get code , but on verification , it failed. after checking response from sent request i seen...

bug
Hacktoberfest