Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
36 views

This is what the request headers look like in my handshake request GET wss://<REDACTED>/socket.io/?EIO=4&transport=websocket HTTP/1.1 Host: <REDACTED> Connection: Upgrade Pragma: no-...
1 vote
1 answer
64 views

I am trying to integrate Steam accounts into my project, by linking them through passport-steam module. My app is also using express-session, in order to authenticate signed in users. const session = ...
1 vote
0 answers
58 views

Despite making my type declaration in a separate types folder and including it in my tsconfig.json i still receive the same error. when i hover over the affected area "req.session.user" it ...
0 votes
1 answer
134 views

I am trying to get auth working in my sveltekit 2.20.7 / svelte 5.27.0 application I have an express backend that runs on port 8000 and uses express-session with connect-redis and passport to provide ...
0 votes
0 answers
41 views

Follow-up on Express session loses passport user ID on a Safari cookie every week . I am trying to set a domain on cookies in a NodeJS app. Without a domain, I can login on Safari and on Chrome, but ...
0 votes
1 answer
79 views

I try to do a login via a LocalStrategy in Passport, but the serializeUser and deserializeUser functions don't seem to be called at all. The versions of the ‘Relevant’ packages are: "express"...
0 votes
0 answers
59 views

The TLDR is: what would cause a cookie's sessionID to mismatch the sid saved to my database? I am updating my ExpressJS application from NodeJS 16 to 22, along with all modules I'm using. I use ...
0 votes
1 answer
114 views

I'm struggling while implementing authentication in my Express application using Passport.js. First of all here are all my packages' versions and my config: "passport": "^0.7.0", &...
0 votes
0 answers
24 views

I'm continuing to struggle with how to create a fake client that mimics a browser accessing routes on a Node.js server. Things work perfectly with an actual browser, but (for testing purposes) I would ...
1 vote
2 answers
63 views

I have experienced very strange behavior of set-cookie header in request. Tried to deal with some api 3ds calls in payments online system, when need to redirect user in another tab/window and then ...
0 votes
0 answers
111 views

Any calls made to my passport.authenticate() middleware deletes and recreates my req.session object. I need it to stay consistent because it's shared with my socket.io connection. After some digging I'...
0 votes
0 answers
28 views

I'm implementing authentication in my Node.js (Express) application using Passport.js and MongoDB (Mongoose). The issue is that after logging in, the session stores the user in MongoDB, but on ...
0 votes
1 answer
20 views

I currently have an expres.js application that works well with a session system and I want to integrate a blog part on wordpress. To do this, I redirect the requests that start for /blog to my ...
1 vote
0 answers
84 views

I have a node.js express app with session and redis. It seems to be working so far. In case the redis connection fails, e.g. wrong url or password, I would like to switch the 'store' parameter in app....
0 votes
0 answers
29 views

I've deployed an app to AWS Elastic Beanstalk and have SSL set up using the AWS Certificate Manager. However, when I use an Express-session cookie that has { secure: true } it doesn't get sent to the ...

15 30 50 per page
1
2 3 4 5
...
83

AltStyle によって変換されたページ (->オリジナル) /