- 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.
19 lines
830 B
Markdown
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)
|