Tim O'Farrell f292f3a84d
V1 Integration (#11183)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-10-14 02:16:44 +00:00

20 lines
631 B
Markdown

# Core Services
Provides essential services for authentication, security, and system operations.
## Overview
This module contains core services that support the OpenHands app server infrastructure, including authentication, token management, and security operations.
## Key Components
- **JwtService**: JSON Web Token signing, verification, and encryption
## JWT Service Features
- Token signing and verification for authentication
- JWE (JSON Web Encryption) support for sensitive data
- Multi-key support with key rotation capabilities
- Configurable algorithms (RS256, HS256, etc.)
- Secure token handling and validation