S. Wade

Results 5 comments of S. Wade

I took out all the content and made the callback directly in the route with a only a console log saying it fired. I sent it with and without an...

Works: `app.post('/api/v1/user/changePassword', function(req, res) {console.log('firing'});` Doesn't work: `app.post('/api/v1/user/changePassword', passport.authenticate('bearer', {session: false}), function(req, res) {console.log('firing'});` ^ that code will send back an Unauthorized code if the token is not present, but...

Is this possible from one computer on a network to another? We have them aliased in the host as `web.localhost` and `api.localhost` and it still will not send the `access_token`...

I set it up roughly the same way and added those domains to the hosts file and it never seems to send the cookies for the server to be able...

I'm sorry for the late reply, broken bones, work fires. Chaos! As for the file, I don't think I am allowed to share it. I would have to somehow get...