UNPKG

google-id-token-verifier

Version:

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

10 lines (9 loc) 167 B
{ "iss": "accounts.google.com", "aud": "clientId", "sub": "12345678901234567890", "email": "test@test.com", "iat": "0", "exp": "0", "name": "testname" }