diff --git a/public/.well-known/webfinger b/public/.well-known/webfinger new file mode 100644 index 0000000..fd04ab8 --- /dev/null +++ b/public/.well-known/webfinger @@ -0,0 +1,9 @@ +{ + "subject": "acct:personal@nin0.dev", + "links": [ + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://auth.nin0.dev" + } + ] +}