Giter VIP home page Giter VIP logo

Comments (5)

pl avatar pl commented on June 2, 2024

Hi Tom,

Do you need to pass everything (including channel name and socket id) via headers or do you just want to send additional headers in auth requests?

In the first case, you can't do that right now without implementing a new authorizer. You'd need to provide a special function and assign it to the Pusher.authorizers object - https://github.com/pusher/pusher-js/blob/master/src/pusher_authorizer.js#L31. The code is not great, it should get a significant refactoring in the next major release.

Otherwise, I think you can just pass an auth option to the Pusher constructor, like this:

new Pusher("xxx", { 
  auth: { 
    headers: {
      "header name": "header value"
    }
  }
});

from pusher-js.

tommoor avatar tommoor commented on June 2, 2024

Hey, second option sounds like it would work - thanks, I did look around and couldn't find this documented anywhere btw...

from pusher-js.

leggetter avatar leggetter commented on June 2, 2024

@tommoor the docs are here: http://pusher.com/docs/client_api_guide/client_connect#options_parameter

Sounds like there should be something on the authenticating users docs that highlights this functionality.

from pusher-js.

tommoor avatar tommoor commented on June 2, 2024

Perfect, appreciated.

from pusher-js.

pl avatar pl commented on June 2, 2024

I'll add it to the README, because most options are already documented there.

from pusher-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.