UNPKG

google-id-token-verifier

Version:

A small library to validate a google ID token for consuming it in node.js backend server.

14 lines (13 loc) 179 B
sudo: false language: node_js node_js: - "0.12" - "4" - "stable" install: - "npm install" script: - "npm run lint" - "npm test" after_success: - "npm run coveralls"