hey guys, i did setup session based authentication w/ redis store & i want to prevent the cookie object from being stored in redis
{ "cookie": { "originalMaxAge": null, "expires": null, "secure": false, "httpOnly": true, "path": "/", "sameSite": "lax" }, "passport": { "user": { "username": "maria3", "hashedPassword": "$2b$10$9hGSvpgFkk/8ENRQUok0duAYg8N2hkFPYkrJwlo5kVXHmtSE/AdAW", "salt": "$2b$10$9hGSvpgFkk/8ENRQUok0du", "role": "CUSTOMER", "id": 7, "createdAt": "2022-05-16T15:09:12.514Z", "updatedAt": "2022-05-16T15:09:12.514Z", "deleteAt": null } } }
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
hey guys, i did setup session based authentication w/ redis store & i want to prevent the cookie object from being stored in redis