# @keystonejs/session

> Tools to assist with setting up session management in your Keystone system.

Latest version **8.3.2** (published 2021-05-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @keystonejs/session
pnpm add @keystonejs/session
yarn add @keystonejs/session
bun add @keystonejs/session
```

## Health

**Score 33/100 (F)** — status: abandoned.

Positive: has types package; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 8.3.2 |
| Published | 2021-05-26 |
| First published | 2019-10-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/keystonejs__session) |
| Module format | ESM + CommonJS |
| Node | >=10.0.0 |
| Dependencies | 7 |
| Unpacked size | 34.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 67 |
| Author | The KeystoneJS Development Team |
| Maintainers | bladey, jedwatson, molomby, jesstelford, mitchellhamilton, timl, madebymike |

## Links

- npm: https://www.npmjs.com/package/@keystonejs/session
- Repository: https://github.com/keystonejs/keystone-5/tree/main/packages/session
- npm.io page: https://npm.io/package/@keystonejs/session

## Dependencies (7)

- [cookie](https://npm.io/package/cookie.md) ^0.4.1
- [express](https://npm.io/package/express.md) ^4.17.1
- [@types/cookie](https://npm.io/package/@types/cookie.md) ^0.4.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.14.0
- [express-session](https://npm.io/package/express-session.md) ^1.17.2
- [cookie-signature](https://npm.io/package/cookie-signature.md) ^1.1.0
- [@types/express-session](https://npm.io/package/@types/express-session.md) ^1.17.3

## Recent versions

- 8.3.2 (latest) — 2021-05-26
- 8.2.0 (scroll) — 2021-01-31
- 8.1.1 (jagati) — 2020-08-30
- 8.3.1 — 2021-04-14
- 8.3.0 — 2021-02-24
- 8.2.1 — 2021-02-22
- 8.1.0 — 2020-08-10
- 8.0.0 — 2020-07-21
- 7.0.1 — 2020-07-02
- 7.0.0 — 2020-05-07
- 6.0.1 — 2020-04-06
- 6.0.0 — 2020-03-24
- 5.1.1 — 2020-03-08
- 5.1.0 — 2020-02-18
- 5.0.0 — 2019-10-24

## README

<!--[meta]
section: api
subSection: utilities
title: Session
[meta]-->

# Session

> This is the last active development release of this package as **Keystone 5** is now in a 6 to 12 month active maintenance phase. For more information please read our [Keystone 5 and beyond](https://github.com/keystonejs/keystone-5/issues/21) post.

<!-- TODO -->

This package contains functions to assist with setting up session management in your KeystoneJS system.

---
_Source: https://npm.io/package/@keystonejs/session · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
