-
-
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 …
-
### If the feature solves a problem you have, specify it here.
In order to perform any call to the Creation endpoints for CRUD operations it is mandatory to login with a valid and active user. Howeve…
-
- refresh token
- access token
Add these two things mentioned above.
-
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:…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelated to a specific …