Giter Club home page Giter Club logo

Comments (3)

dunglas avatar dunglas commented on May 19, 2024

Hello,

Indeed, you have two solutions for subscriber authorization:

  • serve the hub from the same domain (or from a subdomain) of the application server. Then set the cookie from the application server, it will automatically be sent to the hub by the browser. It’s the recommended solution (the most secure)
  • Alternatively, if you use different domains, you can use a header, but then you cannot use EventSource. You’ll have to use fetch directly, or an EventSource polyfill supporting headers such as https://github.com/Yaffle/EventSource

from mercure.

stanleyk avatar stanleyk commented on May 19, 2024

Thanks!

I myself prefer the second solution, because having both hub and application server on one domain might induce other issues or might not be easy to setup.

I tried the polyfill, but still no success. For some reason it repeatedly creates OPTIONS request before opening the stream, which is something native EventSource does not, and the server does not send correct CORS headers in response to those OPTIONS requests, therefore the stream never opens. (Also, server responds with 403 to the OPTIONS requests, which is odd, because GET requests work with no problems). Isn't there a bug in the server regarding this behaviour? Or is this intended?

Have you considered adding a URL-based authentication mechanism?

Thanks a lot, I like the work!

from mercure.

dunglas avatar dunglas commented on May 19, 2024

@stanleyk thanks for trying! #18 fixes the issue

from mercure.

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.