-
We have an Api that you need to call on endpoint A, it sets cookies and redirects to B (and you cannot call B directly) but undici looses the cookies so the Api call fails.
(Update: both A and B li…
OZZlE updated
2 weeks ago
-
Hey I'm not able to get this dev server up and running. Maybe I'm missing some env vars?
```
🚨 No COOKIE_SECRET environment variable set, using default. The app is insecure in production.
node:in…
-
Figma Links
[Cookie Page](https://www.figma.com/design/myeW85ibN5p2SlnXcEpxFD/IFRC-GO---UI-Current---1?node-id=19614-216223&t=anIjGUYUkLRrhk6d-4)
[Cookie Banner](https://www.figma.com/design/mye…
-
I'd like to use eshost for testing one of my projects, but I'm a little worried about the npm audit report:
```
# npm audit report
cookie =1.8.0
Depends on vulnerable versions of cookie
Depends…
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't con…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.17.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager: npm@10.8.2
- Buil…
-
### Checklist
- [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A).
- [X] I have looked into the [Rea…
-
I found out, by installing `php-wasm/node` and `php-wasm/universal` with version `0.9.46`, that `express` will produce 8 vulnerabilities :
```
# npm audit report
body-parser =0.7.5
Depends on …
mho22 updated
4 weeks ago
-
```
import { NextRequest, NextResponse } from "next/server";
import { authMiddleware, redirectToHome, redirectToLogin } from "next-firebase-auth-edge";
export async function middleware(request: N…
-
See comment left in `webServer.ts`:
```ts
this.#app.use(session({
secret: process.env.SESSION_SECRET,
resave: false,
saveUninitialized: true,
cookie: {
httpOnly: true,
// Restrict t…