Creating an API for mobile applications – Authentication and Authorization
Overview I’m looking to create a (REST) API for my application. The initial/primary purpose will be for consumption by mobile apps (iPhone, Android, … Read more
Overview I’m looking to create a (REST) API for my application. The initial/primary purpose will be for consumption by mobile apps (iPhone, Android, … Read more
I wonder if I should use the CAS protocol or OAuth + some authentication provider for single sign-on. Example Scenario: A User tries … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
I have a fresh WordPress installation and a working OAuth2 server in Node.js (made using oauth2orize). The only plugins I’ve been able to … Read more
What exactly is OAuth (Open Authorization)? I have gleaned some information from OAuth Twitter Tutorial: What is OAuth And What It Means To … Read more
I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given a “refresh token” … Read more
I am creating my first WordPress plugin. It is a Twitter plugin that uses Twitter API 1.1 and OAuth 2.0 to generate a … Read more
Background: I’m designing the authentication scheme for a REST web service. This doesn’t “really” need to be secure (it’s more of a personal … Read more
According to RFC6750-The OAuth 2.0 Authorization Framework: Bearer Token Usage, the bearer token is: A security token with the property that any party … Read more
I have been reading about OAuth and it keeps talking about endpoints. What is exactly an endpoint? 10 Answers 10