mirror of https://github.com/usbharu/Hideout.git
fix: KtorのHTTP Signature Pluginを追加
This commit is contained in:
parent
a8b7372d54
commit
6607396e2e
|
@ -76,6 +76,9 @@ fun Application.parent() {
|
|||
logger = Logger.DEFAULT
|
||||
level = LogLevel.ALL
|
||||
}
|
||||
install(httpSignaturePlugin){
|
||||
keyMap = KtorKeyMap(get())
|
||||
}
|
||||
}
|
||||
}
|
||||
single<ActivityPubFollowService> { ActivityPubFollowServiceImpl(get(), get(), get()) }
|
||||
|
|
Loading…
Reference in New Issue