Supports OAuth Providers that don't end connections neatly (Google!)
This commit is contained in:
4
lib/_utils.js
Normal file
4
lib/_utils.js
Normal file
@ -0,0 +1,4 @@
|
||||
// Returns true if this is a host that closes *before* it ends?!?!
|
||||
module.exports.isAnEarlyCloseHost= function( hostName ) {
|
||||
return hostName.match(".*google.com$")
|
||||
}
|
Reference in New Issue
Block a user