2-Legged oauth is a mechanism for third party applications, mostly mobile and desktop clients, of getting user protected resource by getting access token in exchange of user and password.
In OAuth 1.0, 2-legged is pretty easily: Simply send the request as usual and omit the access_token header. Things seems …
oauth-2.0 2-leggedI'm trying to find my way around the OAuth spec, its requirements and any implementations I can find and, so …
oauth 2-legged oauth-provider