@autonia/auth
v0.1.25
Published
Auth for AgentGraph
Downloads
20
Readme
@autonia/auth
Authentication and authorization system
Purpose
Handles authentication, authorization, and user management across the AGX ecosystem.
Features
- User authentication
- Authorization middleware
- Session management
Installation
npm install @autonia/auth
# or
pnpm add @autonia/auth
# or
yarn add @autonia/authUsage
import /* exports */ "@autonia/auth";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/types
- @autonia/server
Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
