iron-session icon indicating copy to clipboard operation
iron-session copied to clipboard

🛠 Secure, stateless, and cookie-based session library for JavaScript

Results 80 iron-session issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.2.242` -> `1.2.249`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.2.242/1.2.249) |...

Since Vercel NextJS Middleware is actually running on Cloudflare Workers, and iron-session runs on that, I'm sure it it could work on Cloudflare Workers and/or Deno, but is there any...

I had used `process.env.COOKIE_NAME` for `cookieName` but in `.env` file, I called it `COOKIENAME` without the underscore. This led to the same error: > Error: iron-session: Bad usage. Minimum usage...

I would like to be able to pass options to the session.save function. This would be useful for making a cookie persistent by default, but can be overridden with the...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://togithub.com/open-cli-tools/concurrently) | [`7.1.0` -> `7.3.0`](https://renovatebot.com/diffs/npm/concurrently/7.1.0/7.3.0) | [![age](https://badges.renovateapi.com/packages/npm/concurrently/7.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue has been in limbo for quite some time now. It's been "allegedly" solved with a "hack" from: https://github.com/vvo/iron-session/issues/419 But, in reality. This doesn't help at all with current...

Will decrypting and using the session in edge API routes be supported in the future

I get this error when I go to build or type check with TSC on my NextJS 12 Project. ``` node_modules/iron-session/next/index.ts:8:48 - error TS2307: Cannot find module '../src/getPropertyDescriptorForReqSession' or its...