标签: node.js openid google-signin
根据https://developers.google.com/identity/sign-in/web/backend-auth上的文档,google-auth-library使我们可以验证google id_token的有效性。但是,有没有一种方法可以在本地缓存jwks密钥并避免往返于Google服务器?还是图书馆已经在照顾这个?
google-auth-library