Top "Oauth" questions

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

OAuth Authorization vs Authentication

OAuth terminology has been bothering me a long time now. Is OAuth Authorization as some would suggest or is it …

oauth oauth-2.0
Keep getting OAuth::Unauthorized error when using oauth and twitter ruby gems

I am using the ruby twitter gem and oauth to gain access to users twitter accounts. In my code, I …

ruby-on-rails ruby twitter oauth
Allow OPTIONS HTTP Method for oauth/token request

I'm trying to enable oauth2 token fetching for my angular application. My configuration is working fine (authentication is working correctly …

spring oauth spring-security oauth-2.0 cors
How do I connect to the Google Calendar API without the oAuth authentication?

I have been studying the Google Calendar API and the docs on authentication (http://code.google.com/apis/calendar/v3/…

oauth google-api google-calendar-api
Configure the authorization server endpoint

Question How do we use a bearer token with ASP.NET 5 using a username and password flow? For our scenario, …

c# asp.net oauth asp.net-identity asp.net-core
Is there a Node OAuth Server Implementation

I only found the oauth client library for nodejs. Does anybody know where I can find a server implementation? Thanks, …

node.js oauth
Multiple HTTP Authorization headers?

Is it possible to include multiple Authorization Headers in an HTTP message? Specifically, I would like to include one of …

http oauth authorization
How to use authorization header PHP

I am trying to use an authorization header in order to use the vimeo API. It tells me to do …

php api oauth authorization vimeo
encrypt data in SharedPreferences

Im currently developing a framework for oAuth 1 and 2 access to webservices and my question is, how do i store sensitive …

android encryption oauth sharedpreferences
OAuth Authorization Service in ASP.NET Core

In Web API 2, you used to be able to create an endpoint to issue a token by setting up an …

asp.net oauth asp.net-core asp.net-core-mvc