Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional timeout when requesting Google ID Token Verify #1764

Closed
KIMBEOBWOO opened this issue Feb 29, 2024 · 2 comments
Closed

Occasional timeout when requesting Google ID Token Verify #1764

KIMBEOBWOO opened this issue Feb 29, 2024 · 2 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@KIMBEOBWOO
Copy link

Environment details

  • OS: Linux/UNIX
  • Node.js version:
  • npm version: 18
  • google-auth-library version: 9.6.3

Steps to reproduce

referred to that

const client = new OAuth2Client();
const ticket = await client.verifyIdToken({
  idToken: idToken,
  audience: <<client_id>> // Specify the CLIENT_ID of the app that accesses the backend
});
const payload: TokenPayload | undefined = ticket.getPayload();

Once a timeout occurs, it does not resolve naturally, and if the server IP address is replaced, it will operate normally again for a certain period of time.

@KIMBEOBWOO KIMBEOBWOO added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Feb 29, 2024
@danielbankhead
Copy link
Member

Thanks, this could be related to:

@danielbankhead
Copy link
Member

We’ll keep this tracked in the other issue - and resolve soon.

@danielbankhead danielbankhead closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants