Giter VIP home page Giter VIP logo

Comments (3)

iamolegga avatar iamolegga commented on June 4, 2024

No, that's not possible so far. What's the reason you want to access it?

from nestjs-session.

drthoben avatar drthoben commented on June 4, 2024

I'm using your package along with a GraphQL server. As the websockets themselves do not contain any cookies I'm using the onAccept() function to create the context for the incoming websocket connection but unfortunately I don't have access to the session in the upgradeReq object and also no access to the middleware to process the upgradeReq. I'd like to use the middleware like this:

  subscriptions: {
    onConnect: (connectionParams, websocket: any) => {
      return new Promise((resolve) => {
        sessionMiddleware(websocket.upgradeReq, {} as any, () => {
          resolve({ req: websocket.upgradeReq });
        });
      });
    },
  },

from nestjs-session.

iamolegga avatar iamolegga commented on June 4, 2024

This is a bit more complex usage than was expected at start. But feel free to open feature request for this in parent lib repo, bacause this is more general feature, and not higly coupled to current lib. Thanks

from nestjs-session.

Related Issues (8)

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.