This commit is contained in:
Yann Mölle
2025-07-09 14:03:09 +02:00
parent 5379c2f0ff
commit 14def81492

9
.well-known/webfinger Normal file
View File

@ -0,0 +1,9 @@
{
"subject": "acct:${email}",
"links": [
{
"rel": "http://id.moelle.space/specs/connect/1.0/issuer",
"href": "${issuer URL}"
}
]
}