refactoring(infra-auth)

This commit is contained in:
2025-08-14 21:24:38 +02:00
parent fa04c16ece
commit a308efad2f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -218,7 +218,7 @@ Das Auth-Modul wurde von **kritisch untergetestet** auf **umfassend getestet** t
## Dependencies-Übersicht
### Auth-Client Dependencies
```kotlin
```kotlin;
├── platform-bom (Version Management)
├── platform-dependencies (Common Dependencies)
├── core-utils (Domain Objects)
@@ -230,7 +230,7 @@ Das Auth-Modul wurde von **kritisch untergetestet** auf **umfassend getestet** t
```
### Auth-Server Dependencies
```kotlin
```kotlin;
├── platform-bom (Version Management)
├── platform-dependencies (Common Dependencies)
├── auth-client (Client Logic)