You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
kestred
changed the title
Enhancement: Reduce verification latency by caching Google's certificate per the cache control headers.
Enhancement: Reduce verification latency using cache-control.
May 18, 2018
kestred
changed the title
Enhancement: Reduce verification latency using cache-control.
Enhancement: Reduce verify latency w/ cache-control
May 18, 2018
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 thetokenid
endpoint.See https://developers.google.com/identity/sign-in/web/backend-auth for more details.
The text was updated successfully, but these errors were encountered: