fix: KtorのHTTP Signature Pluginを追加

This commit is contained in:
2023-04-10 02:39:53 +09:00
parent d6316ae107
commit 5fa2e8871d
@@ -76,6 +76,9 @@ fun Application.parent() {
logger = Logger.DEFAULT
level = LogLevel.ALL
}
install(httpSignaturePlugin){
keyMap = KtorKeyMap(get())
}
}
}
single<ActivityPubFollowService> { ActivityPubFollowServiceImpl(get(), get(), get()) }