aptx-token-store-cookie

Installation
SKILL.md

aptx-token-store-cookie

Quick Start

Create store with default configuration:

import { createCookieTokenStore } from "@aptx/token-store-cookie";

const store = createCookieTokenStore({
  tokenKey: "aptx_token",
  metaKey: "aptx_token_meta",
  syncExpiryFromMeta: true,
  cookie: {
    path: "/",
    sameSite: "lax",
    secure: true,
  },
});
Related skills

More from haibaraaiaptx/aptx-skill

Installs
23
First Seen
Feb 14, 2026