Node.js adapter for AuthOS with token verification and Express middleware helpers.
Install
npm install @drmhse/authos-node
Quick start
const { requireAuth } = createAuthMiddleware({
baseURL: process.env.AUTHOS_BASE_URL || 'http://localhost:3001',
});
Canonical docs
- Package README in the repo
- AI Agent Skills
- API authentication docs
- SDK auth module