UNPKG

pcf-sso-express-middleware

Version:

Express JS middleware for Pivotal Cloud Foundry Single Sign On

43 lines (42 loc) 966 B
{ "name": "pcf-sso-express-middleware", "version": "0.0.31", "description": "Express JS middleware for Pivotal Cloud Foundry Single Sign On", "main": "index.js", "scripts": { "test": "mocha ./test/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/vanceric/pcf-sso-express-middleware.git" }, "keywords": [ "Pivotal Cloud Foundry", "PCF", "Single Sign-On", "SSO", "Oauth", "Oauth2", "Authentication", "Express", "Middleware", "Cloud Foundry" ], "author": "Vanceric", "license": "MIT", "bugs": { "url": "https://github.com/vanceric/pcf-sso-express-middleware/issues" }, "homepage": "https://github.com/vanceric/pcf-sso-express-middleware#readme", "devDependencies": { "chai": "^4.1.2", "mocha": "^4.0.1", "sinon": "^4.1.3", "sinon-chai": "^2.14.0" }, "dependencies": { "request": "^2.83.0", "simple-oauth2": "^1.5.0" } }