Git Product home page Git Product logo

Comments (7)

jasisk avatar jasisk commented on July 22, 2024

You can disable middleware with the enabled key in your config.

// dev.json
{
    "middleware": {
        "session": {
            "enabled": false
        }
    }
}

from meddleware.

djMax avatar djMax commented on July 22, 2024

To me that implies that session handling is disabled, which isn't what I wanted (from reading this: #20)

from meddleware.

jasisk avatar jasisk commented on July 22, 2024

Speaking to Max elsewhere. The concern is regarding passing configuration into a session handler.

There are two approaches to solving this problem. The first and most concise approach is to write a lib that configures your session store, and then configure it with meddleware like any other middleware. Erik wrote an example of this using redis as the backing db.

The second (more manual) approach would be to leverage meddleware's event system to listen for a particular middleware loading (as in your example, middleware:after:cookieParser). Event listeners are called with an object containing your app instance and your config, so you could app.use and config.get to your heart's content.

Highly recommend the former approach to the latter since meddleware provides you with all the necessary facilities.

from meddleware.

montague avatar montague commented on July 22, 2024

the first link in the comment above points to this page. can you update?

from meddleware.

jasisk avatar jasisk commented on July 22, 2024

Fixed.

from meddleware.

montague avatar montague commented on July 22, 2024

tx

from meddleware.

totherik avatar totherik commented on July 22, 2024

Not much activity since September (save updating the link) so I'll take that as this being resolved. Closing.

from meddleware.

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.