@ntnx/passport-wso2
Version:
WSO2 Identity Server authentication strategy for Passport.
32 lines (31 loc) • 699 B
JSON
{
"name": "@ntnx/passport-wso2",
"version": "0.0.2",
"description": "WSO2 Identity Server authentication strategy for Passport.",
"main": "./lib",
"author": "Jason Sims <sims.jrobert@gmail.com>",
"keywords": [
"passport",
"wso2",
"auth",
"authn",
"authentication",
"identity"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonsims/passport-wso2.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonsims/passport-wso2/issues"
},
"homepage": "https://github.com/jasonsims/passport-wso2",
"dependencies": {
"passport-oauth2": "^1.1.2"
},
"directories": {
"lib": "lib"
}
}