-
I would like to check the logged-in user with every request to see if their email address or password has changed. If a user changes their password, every existing session should also be terminated.
…
-
### Bug summary
The Jira client initially works with token auth but eventually begins failing with a 401. A key part of the error response is
>os_authType was 'any' and an invalid cookie was sent.…
-
My session_token cookie is disappearing on refresh/new page so I can't authenticate users.
Frontend url: remio.up.railway.app
Backend url: remio-api.up.railway.app
(same domain)
Cookie setti…
-
### Environment
System:
OS: Linux 5.15 Ubuntu 24.04 LTS 24.04 LTS (Noble Numbat)
CPU: (4) x64 AMD Ryzen 7 3700X 8-Core Processor
Memory: 14.34 GB / 15.62 GB
Container: Yes
…
-
# Issue summary
In our standalone Remix app (not embedded), we use `await authenticate.admin(request)` to create a session (offline). This sets a cookie and the user's session has the auth token fo…
-
After enabling this package using the defaults, Livewire still seems to work as expected but custom Javascript calls to `fetch` no longer pass the session cookie.
Any idea what setting is causing t…
-
### Board
ESP32 Dev Module
### Device Description
ESP32-DevKitC-32E
Chip Model:ESP32-D0WD-V3, revision:3
### Hardware Configuration
Plain board connected to AP
### Version
v2.0.16
### IDE Na…
-
**Describe the bug**
I have a default middleware setup. a getSession works fine on client components, but it appears that the cookie is not available on calls from server routes.
**middleware**
…
-
When integrating an LTI within an LMS, it is common for it to load in an iframe, which can cause issues due to new cookie policies in browsers. Until recently, it was sufficient to set same_site as no…
-
Description:
The current implementation uses two different methods to track WebSocket clients:
1. A Map storing {id, ws} objects
2. Direct property attachment to WebSocket objects (ws["id"])
Her…