diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-12 17:01:31 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-12 17:01:31 +0200 |
commit | 23d86c84e108757951e997d444145b570b72ae62 (patch) | |
tree | fe1f5de75bf69fa9b4ef4eb66d6041350cfc070f /contrib/bruno | |
parent | a56b12621d9f8c34017995a518e61ef7ee2b0f64 (diff) | |
download | sellershut-23d86c84e108757951e997d444145b570b72ae62.tar.bz2 sellershut-23d86c84e108757951e997d444145b570b72ae62.zip |
feat: webfinger
Diffstat (limited to 'contrib/bruno')
-rw-r--r-- | contrib/bruno/users/webfinger.bru | 15 |
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 +} |