Giter Club home page Giter Club logo

Comments (6)

pilcrowOnPaper avatar pilcrowOnPaper commented on September 24, 2024

Thanks for the bug report. Seems like I mistakenly assumed an empty string would mean SvelteKit would not set a Path attribute.

from lucia.

pilcrowOnPaper avatar pilcrowOnPaper commented on September 24, 2024

As for my objections on the changes to the cookie API, it only had partially do with Lucia (specifically the part about maintaining consistency between frameworks). The first part about spec etc is mostly just my personal opinion on API design.

from lucia.

pilcrowOnPaper avatar pilcrowOnPaper commented on September 24, 2024

Unless the expectation is that people will call a middleware's setCookie with something other than the result of calling createSessionCookie?

Yes, since that's just easier to work with

We (unlike some others) set secure and httpOnly to true by default (similar to createSessionCookie, except that it can be overridden if necessary)

This isn't a big issue since the types are still the same, and Lucia always set the HttpOnly and Secure flag (for prod)

from lucia.

Rich-Harris avatar Rich-Harris commented on September 24, 2024

Not sure I follow — you're saying that people will call setCookie directly but also that Lucia will override httpOnly and secure? I couldn't see in the code where that happens.

I'm still not sure how to reconcile your "I'd expect it to work exactly like how HTTP cookies would" statement with the decision to forcibly override httpOnly and secure, but that's just me :)

from lucia.

pilcrowOnPaper avatar pilcrowOnPaper commented on September 24, 2024

I don't think I follow either 😅. setCookie() just sets a cookie represented by a generic interface Cookie. It doesn't override attributes or anything. The Cookie can be anything, not just session cookies, so it should be able to set cookies without the Path attribute.

from lucia.

Rich-Harris avatar Rich-Harris commented on September 24, 2024

In that case the behaviour will differ between frameworks, because SvelteKit defaults secure and httpOnly to true while other frameworks don't

from lucia.

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.