JWT authentication provider for ExpressoTS applications.
Documentation ยท Getting Started ยท Project Board ยท Community
npm i @expressots/jwt-providerJWT authentication provider for ExpressoTS. Registers token signing, verification, and guard integration through the System Plugin Pattern so auth works consistently across controllers and middleware.
import { JwtProvider } from "@expressots/jwt-provider";
// Register in your provider module and use JWT guards on routesFor guides, API reference, architecture patterns, and examples visit doc.expresso-ts.com.
Welcome to the ExpressoTS community. See the Contributing Guide for how to get involved.
MIT โ see LICENSE.