UNPKG

passport-google-strategy

Version:

passport strategy that uses google-auth library to verify id token before logging in user

33 lines (32 loc) 823 B
{ "name": "passport-google-strategy", "version": "1.0.3", "description": "passport strategy that uses google-auth library to verify id token before logging in user", "main": "./lib", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/humaidk2/passport-google-strategy.git" }, "keywords": [ "passport", "google", "auth", "idtoken", "token", "verify", "strategy" ], "author": "Humaid Khan", "license": "Apache-2.0", "bugs": { "url": "https://github.com/humaidk2/passport-google-strategy/issues" }, "homepage": "https://github.com/humaidk2/passport-google-strategy#readme", "dependencies": { "google-auth-library": "^6.0.6", "passport-strategy": "^1.0.0" } }