LemmyNet/activitypub-federation-rust

Add webfinger code from Lemmy

Nutomic opened this issue · 1 comments

Some projects like Mastodon make webfinger mandatory, so it would definitely be useful to have support directly in the library. The code is also relatively abstract (at least fetch part), so it wouldnt need many changes.

https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/fetcher/webfinger.rs

https://github.com/LemmyNet/lemmy/blob/main/crates/routes/src/webfinger.rs

Implemented in #26