Top "Oauth" questions

OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user.

OAuth 2.0: Benefits and use cases — why?

Could anyone explain what's good about OAuth2 and why we should implement it? I ask because I'm a bit confused …

oauth oauth-2.0
Github clone with oauth access token

Inside a script I am trying to clone a Github repository with an oauth token. According to this tutorial: https://…

git github oauth
Google OAuth API to get user's email address?

I am playing with Google's OAuth 2.0 Playground using my own personal Google account, but I cannot seem to recover my …

email oauth google-plus google-oauth
How to use OAuth 2 - OAuth 2 C# example

I have to figure out how to use OAuth 2 in order to use Deviantart api. I got the client_id …

c# oauth oauth-2.0 dotnetopenauth
Twitter oAuth callbackUrl - localhost development

Is anyone else having a difficult time getting Twitters oAuth's callback URL to hit their localhost development environment. Apparently it …

twitter oauth
405 POST method not allowed

I'm trying to develop a REST provider with OAuth. I'm using Django RESTFramework and DjangoOAuthToolkit. I did a GET and …

django post oauth django-rest-framework http-status-code-405
How can I download a single raw file from a private github repo using the command line?

On the CI server, I want to fetch a config file that we maintain on Github so it can be …

curl github oauth
OAuth with Verification in .NET

I'm trying to create a .NET-based client app (in WPF - although for the time being I'm just doing it …

.net oauth mendeley
What is the purpose of the implicit grant authorization type in OAuth 2?

I don't know if I just have some kind of blind spot or what, but I've read the OAuth 2 spec …

oauth user-agent oauth-2.0
SSO with CAS or OAuth?

I wonder if I should use the CAS protocol or OAuth + some authentication provider for single sign-on. Example Scenario: A …

security oauth single-sign-on cas