From 23d86c84e108757951e997d444145b570b72ae62 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 12 Jul 2025 17:01:31 +0200 Subject: feat: webfinger --- contrib/bruno/users/webfinger.bru | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contrib/bruno/users/webfinger.bru (limited to 'contrib/bruno/users/webfinger.bru') diff --git a/contrib/bruno/users/webfinger.bru b/contrib/bruno/users/webfinger.bru new file mode 100644 index 0000000..14acaab --- /dev/null +++ b/contrib/bruno/users/webfinger.bru @@ -0,0 +1,15 @@ +meta { + name: webfinger + type: http + seq: 2 +} + +get { + url: http://localhost:3000/.well-known/webfinger?resource=acct:sellershut@localhost + body: none + auth: inherit +} + +params:query { + resource: acct:sellershut@localhost +} -- cgit v1.2.3