google-signin-rs icon indicating copy to clipboard operation
google-signin-rs copied to clipboard

Enhancement: Reduce verify latency w/ cache-control

Open kestred opened this issue 6 years ago • 1 comments

For high-volume sign-ins, Google recommends caching their client certificate according to cache-control headers on the HTTPS request used to fetch them.

We should switch the main verify function to use this flow instead of the slower "debug" flow using the tokenid endpoint.

See https://developers.google.com/identity/sign-in/web/backend-auth for more details.

kestred avatar May 18 '18 17:05 kestred

Wasn't this implemented with #4? Or maybe I'm misunderstanding what #4 actually did

SeanOMik avatar Sep 24 '20 22:09 SeanOMik