mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 02:07:06 +02:00
The cookie and the JWT refresh is already handled in `refreshExpiringCookie` middleware, which only updates the cookie 3 days before the expiration. The middleware also uses `issueCookie`, which ensures that attributes like `sameSite` and `httpOnly` are correctly set on the cookie. |
||
|---|---|---|
| .. | ||
| commands | ||
| publicApi | ||
| shared | ||
| auth.api.test.ts | ||
| auth.mw.test.ts | ||
| credentials.ee.test.ts | ||
| credentials.test.ts | ||
| me.api.test.ts | ||
| nodes.api.test.ts | ||
| owner.api.test.ts | ||
| passwordReset.api.test.ts | ||
| users.api.test.ts | ||
| workflows.controller.ee.test.ts | ||
| workflows.controller.test.ts | ||