@drmhse/authos-node

Node.js adapter for AuthOS.

Updated May 20, 2026 Edit this page

@drmhse/authos-node

Node.js adapter for AuthOS with token verification and Express middleware helpers.

Install

npm install @drmhse/authos-node

Quick start

const { requireAuth } = createAuthMiddleware({
  baseURL: 'https://sso.example.com',
});

Canonical docs