UNPKG

passport-mitopenid

Version:

Passport Strategy with the AuthorizationCode grant type of the OAuth 2.0 protocol.

58 lines (57 loc) 1.33 kB
{ "name": "passport-mitopenid", "version": "1.0.7", "description": "Passport Strategy with the AuthorizationCode grant type of the OAuth 2.0 protocol.", "keywords": [ "mit", "openid-connect", "openidconnect", "openido", "oauth2", "oauth", "passport", "authentication", "identity", "strategy", "express-compatible", "auth", "authn" ], "author": { "name": "Robert M. Vunabandi", "email": "rvunabandi@gmail.com", "url": "https://github.com/robertvunabandi" }, "homepage": "https://github.com/robertvunabandi/passport-mitopenid", "repository": { "type": "git", "url": "git://github.com/robertvunabandi/passport-mitopenid.git" }, "bugs": { "url": "https://github.com/robertvunabandi/passport-mitopenid/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "passport-oauth2": "^1.4.0", "util": "^0.10.3" }, "devDependencies": { "chai": "^4.1.2", "chai-passport-strategy": "^1.0.1", "make-node": "^0.3.5", "mocha": "^5.0.0" }, "engines": { "node": ">= 7.4.0" }, "scripts": { "test": "node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js test/**/*.test.js" } }