@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
- Package README in the repo
- AI Agent Skills
- API authentication docs
- SDK auth module