Kevin Dente

Results 6 issues of Kevin Dente

I tried integrating mongoose-auth into my app using the Google provider. It works until the callback, when I get an exception TypeError: Cannot call method 'match' of undefined at /Users/kevind/Documents/NodeApps/gtp/node_modules/mongoose-auth/node_modules/everyauth/lib/modules/google.js:47:32...

Currently the plugin remembers tabs that were open in a private browsing window, which is counter to the idea of private browsing. I can take a run at fixing this...

I tried making a sync request via jQuery through node-XMLHttpRequest. It threw a not-all-that-obvious error. I traced through the code, and found it was due to jQuery calling xhr.getAllResponseHeaders(). It...