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