文件名称:google-oath-certs:获取用于验证Google宣誓令牌的证书
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-13 23:50:54
JavaScript
google-oath-certs 验证Google宣誓令牌的一部分包括验证它们是否已使用一个Google公共证书签名。 Google颁发的证书大约每24小时过期一次。 该实用程序只是为您获取这些证书。 它仅根据需要从Google服务器中提取证书来缓存证书。 var googleCert = require ( 'google-oath-certs' ) ; googleCert ( function ( err , cert ) { // use the cert to validate a token // ... } ) ;
【文件预览】:
google-oath-certs-master
----.gitignore(58B)
----README.md(1KB)
----test()
--------sample-certificate.json(2KB)
--------sample-certificate2.json(2KB)
--------test.js(5KB)
----package.json(1KB)
----index.js(2KB)
----.travis.yml(228B)