@tummycrypt/tinyland-auth-redis
Redis (Upstash) storage adapter for tinyland-auth
Install
npm install @tummycrypt/tinyland-auth-redis Overview
Redis storage adapter for @tummycrypt/tinyland-auth, backed by Upstash Redis (@upstash/redis).
Implements the full IStorageAdapter interface: users, sessions, TOTP secrets, backup codes, invitations, and audit events.
bash
npm install @tummycrypt/tinyland-auth-redis
pnpm add @tummycrypt/tinyland-auth-redis
Peer dependency:
bash
npm install @tummycrypt/tinyland-auth
typescript
import { createRedisStorageAdapter } from '@tummycrypt/tinyland-auth-redis';
const storage =...