Files
pos-system/services/iam-service/docs/README.md
Ho Ngoc Hai b104fafa85 Refactor auth-service to iam-service and update related documentation
- Renamed auth-service to iam-service across various files for consistency.
- Updated Dockerfiles, deployment configurations, and documentation to reflect the service name change.
- Enhanced testing commands in documentation to point to the new iam-service.
- Removed outdated auth-service files and configurations to streamline the project structure.
- Improved bilingual documentation for clarity on the new service structure and usage.
2025-12-30 20:54:21 +07:00

19 lines
830 B
Markdown

# IAM Service Documentation
This directory contains detailed documentation for the IAM Service.
## Documentation Files
- **[Quick Start Guide](QUICK_START.md)** - Get started quickly with setup and basic usage
- **[API Reference](API_REFERENCE.md)** - Complete API endpoint documentation
- **[Architecture (English)](ARCHITECTURE.en.md)** - Detailed service architecture
- **[Kiến Trúc (Tiếng Việt)](ARCHITECTURE.vi.md)** - Tài liệu kiến trúc chi tiết
- **[Features](FEATURES.md)** - Features overview and implementation status
- **[Implementation](IMPLEMENTATION.md)** - Implementation details and technical notes
## Quick Links
For general platform documentation, see:
- [IAM Architecture Proposal](../../../docs/en/architecture/iam-proposal.md)
- [Migration Guide](../../../docs/en/guides/iam-migration.md)