Giter Club home page Giter Club logo

Comments (5)

pixelmund avatar pixelmund commented on May 24, 2024 2

I'm using prisma and only storing the sessionId in the cookie. I can probably share some best practices in the future, currently working something out.

from svelte-kit-cookie-session.

pixelmund avatar pixelmund commented on May 24, 2024

Hm good question, i think it should be safe to expose these values but i'm in no means a security expert. What you can do is to only expose the data you need on the client via getSession, i always have some public data that i expose via getSession and private session data which i only use in my endpoints, handle etc. also i always use a secret thats > 32 characters or even 64.

from svelte-kit-cookie-session.

TheRealThor avatar TheRealThor commented on May 24, 2024

You are right. On top that, data from the session (the cookie) to be processed in the backend should have low trust since it remains essentially user input.

Do you use any ready made stuff for handling the server session ?:)

from svelte-kit-cookie-session.

jtlapp avatar jtlapp commented on May 24, 2024

So is the purpose of providing a secret key to sign the session data, rather than to encrypt it?

from svelte-kit-cookie-session.

evdama avatar evdama commented on May 24, 2024

I'm using prisma and only storing the sessionId in the cookie. I can probably share some best practices in the future, currently working something out.

So this way it's becoming a statefull solution right? Storing an ID inside the cookie, then use this ID to do a lookup in a database serverside? I'm thinking of doing something like that as well, using firestore as a database...
When you say best practices, what do you mean exactly?

from svelte-kit-cookie-session.

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.