IndieAuth is a federated login protocol for Web sign-in, enabling users
to use their own domain to sign in to other sites and services. wikispecimplement
Personal websites using IndieAuth
$for site in sites:
$ details = site["details"]
$if indieauth := details.get("indieauth"):
$ domain = details["domain"]["name"]