coldfumonkeh / googleindex

A ColdFusion CFC to interact with the Google Indexing API, including full OAuth2 flow for service accounts
5 stars 3 forks source link

invalid_grant: Invalid JWT #9

Open ookamikun opened 9 months ago

ookamikun commented 9 months ago

Getting the following error when trying to get access token error: invalid_grant error_description: Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe. Check your iat and exp values in the JWT claim.