View Source ActivityPub.Federator.WebFinger (bonfire_umbrella v0.9.10-cooperation-beta.62)

Serves and fetches data (mainly actor URI) necessary for federation when only the username and host is known.

Summary

Functions

Fetches webfinger data for an account given in "@username@domain.tld" format.

Serves a webfinger response for the requested username.

Formats gathered data into a JRD format.

Functions

Fetches webfinger data for an account given in "@username@domain.tld" format.

Serves a webfinger response for the requested username.

Formats gathered data into a JRD format.

Link to this function

webfinger_from_json(doc)

View Source