diff options
| -rw-r--r-- | static/.well-known/webfinger | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger new file mode 100644 index 0000000..5e5630d --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1,9 @@ +{ + "subject": "acct:oidc@lemon.rip", + "links": [ + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://codeberg.org/" + } + ] +} |