microservices/auth-service/node_modules/oauth/lib/_utils.js

4 lines
186 B
JavaScript
Raw Normal View History

2025-04-16 10:49:46 -07:00
// Returns true if this is a host that closes *before* it ends?!?!
module.exports.isAnEarlyCloseHost= function( hostName ) {
return hostName && hostName.match(".*google(apis)?.com$")
}