UNPKG

passport-saml-encrypted

Version:

A Passport strategy for handling encrypted SAML authentication responses

36 lines (35 loc) 836 B
{ "name": "passport-saml-encrypted", "version": "0.1.12", "description": "A Passport strategy for handling encrypted SAML authentication responses", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/lmarkus/passport-saml-encrypted" }, "keywords": [ "passport", "saml", "saml2.0", "encryption", "authentication", "sso" ], "author": "@LennyMarkus", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/lmarkus/passport-saml-encrypted/issues" }, "dependencies": { "passport-strategy": "*", "xml2js": "~0.4.1", "xml-crypto": "^2.1.3", "@xmldom/xmldom": "~0.8.6", "xml-encryption": "^2.0.0", "xpath": "0.0.32", "passport": "^0" } }