Closed mserranom closed 4 days ago
req.connection, an alias of req.socket can be null, causing a null pointer exception when reconstructing a request URL.
req.connection
req.socket
See https://github.com/jaredhanson/passport-oauth2/issues/183
Looks like this is not going to be picked, closing
req.connection
, an alias ofreq.socket
can be null, causing a null pointer exception when reconstructing a request URL.See https://github.com/jaredhanson/passport-oauth2/issues/183