diegopamio / angular-sails-bind

An angular service to bind scope models to sailsjs models thru socket
MIT License
136 stars 25 forks source link

Set headers? #33

Open ocorsvall opened 9 years ago

ocorsvall commented 9 years ago

Is it possible to set headers for the socket requests? As i would like to be able to set a Auth header on each request?

quantjin commented 8 years ago

I'm facing the same issue, I use passport to authorize, and got req.isAuthenticated is not a function error