passport-onelogin-oauth
Version:
Passport strategy for authenticating with OneLogin using OAuth 2.0.
39 lines (38 loc) • 934 B
JSON
{
"name": "passport-onelogin-oauth",
"version": "0.0.1",
"description": "Passport strategy for authenticating with OneLogin using OAuth 2.0.",
"main": "lib/passport-onelogin-oauth/index.js",
"dependencies": {
"pkginfo": "0.2.x",
"passport-oauth": "1.0.0",
"uid2": "0.0.3"
},
"devDependencies": {
"vows": "0.6.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forrestwaters/passport-onelogin.git"
},
"keywords": [
"passport",
"okta",
"auth",
"authn",
"authentication",
"identity"
],
"author": "Forrest Waters <forrestwaters65@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/forrestwaters/passport-onelogin/issues"
},
"homepage": "https://github.com/forrestwaters/passport-onelogin",
"directories": {
"lib": "lib"
}
}