UNPKG

passport-google-idtoken

Version:

Passport Strategy that uses a Google id_token and validates against Google's tokeninfo endpoint.

37 lines (36 loc) 1.01 kB
{ "name": "passport-google-idtoken", "version": "1.0.2", "description": "Passport Strategy that uses a Google id_token and validates against Google's tokeninfo endpoint.", "main": "index.js", "scripts": { "test": "mocha test", "test-ci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- test && coveralls < ./coverage/lcov.info && rm -rf ./coverage" }, "repository": { "type": "git", "url": "git+https://github.com/AgencyPMG/passport-google-idtoken.git" }, "keywords": [ "Passport", "Strategy", "Google", "TokenInfo" ], "author": "tech@pmg.com", "license": "MIT", "bugs": { "url": "https://github.com/AgencyPMG/passport-google-idtoken/issues" }, "homepage": "https://github.com/AgencyPMG/passport-google-idtoken", "dependencies": { "passport": "^0.3.2", "underscore": "^1.8.3" }, "devDependencies": { "coveralls": "^2.11.9", "istanbul": "^0.4.2", "mocha": "^2.4.5", "mocha-lcov-reporter": "^1.2.0" } }