-
Add to the context, the cookie of the session from which the request was made, both for HTTP crawlers and Playwright
-
On "@workos-inc/node": "^7.33.0"
I'm having issues accessing the logout URL.
```ts
// Hono cloudflare route
.get('/logout', async (c) => {
const cookieHeader = c.req.header('cookie')
co…
-
*Title*: Cannot set additional cookie attributes for stateful session cookies
*Description*:
There should be a way to set additional attributes for self generated cookies (https://github.com/envo…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/browserutils/kooky/issues) for open issues that relate to the same feature, before opening a new one.
- [X] This issue only …
-
- refresh token
- access token
Add these two things mentioned above.
-
V3 is now getting scoped to have session functionality without being dependent on any technical solution - such as cookies or any-kind-of-token.
We are going to move V3.5 away. If we leave V3.4 Coo…
-
According to the `GssapiUseSessions` documentation, the session cookies should expire according to the lifetime of the GSSAPI session established at authentication. I don't see the expiration beeing s…
-
Hi,
I've noticed that the recommended way of using multiple socket.io server nodes that do http long-polling and therefore maintaining a sticky session is to be done via cookies - according to https:…
-
Sentry Issue: [PROD-SWC-WEB-4R0](https://stand-with-crypto.sentry.io/issues/5777547406/?referrer=github_integration)
```
Error: user session cookie not set
File "swc-web/./src/utils/server/serverUs…
-
### Description
Can we sign the value of `AUTH_SESSION_ID` cookie to make sure that it is integrity checked?
I am not sure about the performance impact of this, but hopefully can be acceptable as …