# 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
