session-storage
Node.JS small session storage
Node.JS small session storage
A client-side session manager, manage access token and user data.
A SJDB based session manager with object storage, time expiration and events API
oidc module for iffe.co
Universal simple connection manager and requests processor
User-friendly session management module for SvelteKit. Effortlessly integrate efficient session handling into your projects. Session is stored in the store (ex. Redis, Cloudflare KV, etc.), not in a cookie.
A simple Node.js library to manage users sessions on a web application or any kind of JS apps
This package provides a robust and flexible session management solution for Express.js applications. It supports two types of session storage: MemoryStore for in-memory storage and FileStore for file system persistence.
A TypeScript utility library for managing browser session storage with a simple API. Provides methods to set, get, update, remove, and clear session storage items, plus key enumeration. Ideal for client-side state management and data persistence in web ap