summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-12 17:01:31 +0200
committerrtkay123 <dev@kanjala.com>2025-07-12 17:01:31 +0200
commit23d86c84e108757951e997d444145b570b72ae62 (patch)
treefe1f5de75bf69fa9b4ef4eb66d6041350cfc070f /contrib/bruno/users
parenta56b12621d9f8c34017995a518e61ef7ee2b0f64 (diff)
downloadsellershut-23d86c84e108757951e997d444145b570b72ae62.tar.bz2
sellershut-23d86c84e108757951e997d444145b570b72ae62.zip
feat: webfinger
Diffstat (limited to 'contrib/bruno/users')
-rw-r--r--contrib/bruno/users/webfinger.bru15
1 files changed, 15 insertions, 0 deletions
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
+}