webfinger.json 438 B

1234567891011121314151617181920
  1. {
  2. "subject": "acct:testuser@tinyrabbit.ml",
  3. "aliases": [
  4. "https://tinyrabbit.ml/@testuser",
  5. "https://tinyrabbit.ml/users/testuser"
  6. ],
  7. "links": [
  8. {
  9. "rel": "http://webfinger.net/rel/profile-page",
  10. "type": "text/html",
  11. "href": "https://tinyrabbit.ml/@testuser"
  12. },
  13. {
  14. "rel": "self",
  15. "type": "application/activity+json",
  16. "href": "https://tinyrabbit.ml/users/testuser"
  17. }
  18. ]
  19. }