JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 509
  • Score
    100M100P100Q91609F
  • License MIT

Authentication and authorization for Stratix framework

Package Exports

  • @stratix/auth

Readme

Stratix Logo

@stratix/auth

JWT authentication and RBAC authorization for Stratix applications

npm version License: MIT

Documentation | Getting Started

Part of Stratix Framework - A TypeScript framework for building scalable applications with Domain-Driven Design, Hexagonal Architecture, and CQRS patterns.

New to Stratix? Start with the Getting Started Guide

About This Package

@stratix/auth is a security plugin for the Stratix framework.

JWT authentication and RBAC authorization for Stratix applications

About Stratix

Stratix is an AI-first TypeScript framework combining Domain-Driven Design, Hexagonal Architecture, and CQRS. It provides production-ready patterns for building scalable, maintainable applications with AI agents as first-class citizens.

Key Resources:

Installation

Prerequisites:

  • Node.js 18.0.0 or higher
  • @stratix/core and @stratix/runtime installed
  • Basic understanding of Stratix architecture

Recommended: Use the Stratix CLI

stratix add auth

Manual installation:

npm install @stratix/auth

Essential:

View all plugins

Documentation

Support

License

MIT - See LICENSE for details.

Stratix Framework - Build better software with proven patterns