FireDevOps FireMUD & Ops Projects

Account Service

Overview

Manages user accounts and authentication for the platform. Stores profile data and issues tokens so the Game Session Service can validate connections.

Responsibilities

Architecture / Design Notes

Key Features

Data Model

gRPC APIs

Dependencies

See Gateway Architecture, Deployment Environments, and Protocol Bridging for details on shared infrastructure components.

Operational Notes

Proto Files

The gRPC schemas for this service live in ../../../../protos/account/v1. Use ./gradlew generateProto to regenerate Java stubs when the definitions change.

Future Enhancements