passport-wso2
Version:
WSO2 Identity Server authentication strategy for Passport.
32 lines (31 loc) • 680 B
JSON
{
"name": "passport-wso2",
"version": "1.0.0",
"description": "WSO2 Identity Server authentication strategy for Passport.",
"main": "./lib",
"author": {
"name": "Jason Sims",
"email": "sims.jrobert@gmail.com"
},
"keywords": [
"passport",
"wso2",
"auth",
"authn",
"authentication",
"identity"
],
"scripts": {},
"repository": {
"type": "git",
"url": "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"
}
}