Skip to main content

Overview

Agentium provides built-in JWT authentication and RBAC middleware for the Express transport layer. Both are plug-and-play — just add config to RouterOptions.

Quick Start

JWT Configuration

Requires: npm install jsonwebtoken

RBAC Configuration

Built-in Scope Map

Token Format

The wildcard scope * or admin:* grants access to all routes.