UNPKG

oauth2orize-openid

Version:

Extensions to support OpenID Connect with OAuth2orize.

62 lines (61 loc) 1.34 kB
{ "name": "oauth2orize-openid", "version": "0.4.1", "description": "Extensions to support OpenID Connect with OAuth2orize.", "keywords": [ "openid", "openidconnect", "oidc", "oauth", "oauth2", "auth", "authn", "authentication", "authz", "authorization", "connect", "express", "passport", "middleware" ], "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "https://www.jaredhanson.me/" }, "repository": { "type": "git", "url": "git://github.com/jaredhanson/oauth2orize-openid.git" }, "bugs": { "url": "https://github.com/jaredhanson/oauth2orize-openid/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/jaredhanson" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "utils-merge": "1.x.x" }, "devDependencies": { "make-node": "0.3.x", "mocha": "2.x.x", "chai": "2.x.x", "chai-connect-middleware": "0.3.x", "chai-oauth2orize-grant": "0.2.x" }, "engines": { "node": ">= 0.4.0" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js" } }