Hi. I'm trying to use this google-id-token on an AWS Lambda service. The issue is: the Google JWT token EXP claim I receive is in NumericDate (https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.4) and the NodeJS Date.getTime() returns in miliseconds, so the validation is failing. Any idea? Thanks in advance.
Hi. I'm trying to use this google-id-token on an AWS Lambda service. The issue is: the Google JWT token EXP claim I receive is in NumericDate (https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.4) and the NodeJS Date.getTime() returns in miliseconds, so the validation is failing. Any idea? Thanks in advance.