π@hsuite/auth - Authentication & User Management Module
Table of Contents
Quick Start
Installation
npm install @hsuite/authBasic Setup
Protect Your Routes
Architecture
Core Components
π‘οΈ Guards
π Strategies
π§ Services
π₯ User Management
π API Key Authentication
Module Structure
API Reference
AuthModule
Static Methods
AuthService
Core Methods
Guards Reference
JwtAuthGuard
RedisAuthGuard
ConfirmedAuthGuard
Guides
Web2 Authentication Guide
Web3 Authentication Guide
Session Management Guide
Guards & Strategies Guide
Examples
Complete Module Configuration
Multi-Guard Protection
Integration
Required Dependencies
Environment Variables
TypeScript Configuration
π Note: This module requires proper configuration of external services (Redis, PostgreSQL, SMTP, Twilio) for full functionality. See individual guides for detailed setup instructions.
Last updated