UNPKG

passport-oauth-2-legged

Version:

HTTP OAuth 2-legged (even called 0-legged) authentication strategy for Passport.

43 lines (42 loc) 1.6 kB
{ "name": "passport-oauth-2-legged", "version": "0.1.8", "description": "HTTP OAuth 2-legged (even called 0-legged) authentication strategy for Passport.", "keywords": [ "passport", "http", "oauth", "authn", "authentication", "authz", "authorization", "2-legged", "api" ], "repository": { "type": "git", "url": "git@github.com:bzwheeler/passport-http-2legged-oauth.git" }, "bugs": { "url": "git@github.com:bzwheeler/passport-http-2legged-oauth.git/issues" }, "author": { "name": "Camilo Tapia", "email": "camilo.tapia@gmail.com", "url": "http://www.onezerozeroone.com/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "pkginfo": "0.2.x", "passport": "~0.1.11" }, "readme": "# Oauth 2-legged strategy for passport\n\nThis oauth strategy is used for a 2-legged scenario (even called 0-legged).\nIts a consumer to server authentication where each request is signed as defined in oauth but an empty access_token is used. No user data is exposed, as it is the consumer that has access to the protected resource.\n\nIt works as https://github.com/jaredhanson/passport-http-oauth but skips the access_token verification step and accepts empty access_tokens.\n\nThe cose base is 98% https://github.com/jaredhanson/passport-http-oauth but adapted for the 2-legged scenario. So thanks jaredhanson for all work!.\n\n", "_id": "passport-http-2legged-oauth@0.1.7", "_from": "passport-http-2legged-oauth@~0.1.3" }