Giter Site home page Giter Site logo

Comments (9)

dougwilson avatar dougwilson commented on April 25, 2024

Hi! It's the very first sentence in the README already:

Requires [...] a session middleware [..] to be initialized first

from csurf.

borisdiakur avatar borisdiakur commented on April 25, 2024

It's funny that you just replaced the words "either" and "or" with "[...]" and "[...]". It is definitely not clear, that you must require both or at least the cookie-parser module before requiring csurf. As you can see in my code sample I had required the cookie-parser module before csurf and still ran into that nasty issue.

from csurf.

dougwilson avatar dougwilson commented on April 25, 2024

You do not need cookie-parser at all. You need either a session middleware or cookie-parser, not both.

from csurf.

dougwilson avatar dougwilson commented on April 25, 2024

Basically, you need cookie-parser if you set cookie: true in your settings here, and do not need cookie-session. If you remove cookie: true, then you do not need cookie-parser and do need cookie-session.

from csurf.

dougwilson avatar dougwilson commented on April 25, 2024

If you have better wording that will help, please make a PR. The wording that is there makes complete sense to me and many other people, so I don't know how to improve it without direct input from you :)

from csurf.

borisdiakur avatar borisdiakur commented on April 25, 2024

Aaaah, ok! Actually your wording above is what I've been missing. I'll send you a pull request tomorrow (it's already late here in Germany... maybe the only problem was that english is not my first language). Thanks a lot!

from csurf.

dougwilson avatar dougwilson commented on April 25, 2024

It's no problem, I look forward to the PR :) I can always tweak it. It's not always easy for us to write docs that are clear to new users, since we already have an understanding of how it works, so I can certainly add more text to the README, but it's always best when it's basically from the mouths of the users :)

from csurf.

borisdiakur avatar borisdiakur commented on April 25, 2024

@dougwilson don't forget -> #63 : ]

from csurf.

dougwilson avatar dougwilson commented on April 25, 2024

I haven't forgotten :)

from csurf.

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.