Skip to content

Verify your Actor

Result table

Result table
{
  "alice": {
    "get_actor": true,
    "post_inbox": true
  },
  "bob": {
    "get_actor": true,
    "post_inbox": true
  },
  "claire": {
    "get_actor": true,
    "post_inbox": true
  },
  "dean": {
    "get_actor": true,
    "post_inbox": true
  },
  "emily": {
    "get_actor": true,
    "post_inbox": true
  },
  "frank": {
    "get_actor": true,
    "post_inbox": true
  },
  "webfinger": true
}

Messages

Messages
{
  "steps": [
    "Got Actor Uri http://mbin/u/oscar",
    "Can fetch actor from http://mbin/u/oscar",
    "Running verification for alice",
    "Got inbox http://mbin/u/oscar/inbox",
    "Got 200 for unsigned POST",
    "Running verification for bob",
    "Got inbox http://mbin/u/oscar/inbox",
    "Successfully posted to inbox with result",
    200,
    "{}",
    "Running verification for claire",
    "Got inbox http://mbin/u/oscar/inbox",
    "Successfully posted to inbox with result",
    200,
    "{}",
    "Running verification for dean",
    "Got inbox http://mbin/u/oscar/inbox",
    "Got 200 for unsigned POST",
    "Running verification for emily",
    "Got inbox http://mbin/u/oscar/inbox",
    "Successfully posted to inbox with result",
    200,
    "{}",
    "Running verification for frank",
    "Got inbox http://mbin/u/oscar/inbox",
    "Successfully posted to inbox with result",
    200,
    "{}",
    "Got preferredUsername oscar",
    "computed acct uri acct:oscar@mbin",
    "Retrieved id http://mbin/u/oscar using webfinger",
    "webfinger result matches expectations"
  ]
}