Skip to content
Success

Changes

Summary

  1. Add Redeem invite server endpoint, client use case, and accountmanager function. (commit: bc41768) (details)
Commit bc4176812436a66855cf8afd4a9907fc6abaf920 by Mike Dawson
Add Redeem invite server endpoint, client use case, and accountmanager function.
(commit: bc41768)
The file was addedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/RedeemInviteRoute.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/invite/RedeemInviteUseCaseClient.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectAccountManager.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/Application.kt (diff)