provide mocks for webfinger endpoints

This commit is contained in:
Steven Fuchs 2019-10-09 16:32:28 +00:00 • committed by kaniini
commit dc6d20b68d
8 changed files with 246 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{
"links":[
{
"rel":"lrdd",
"type":"application\/jrd+json",
"template":"https:\/\/social.stopwatchingus-heidelberg.de\/.well-known\/webfinger?resource={uri}"
},
{
"rel":"lrdd",
"type":"application\/json",
"template":"https:\/\/social.stopwatchingus-heidelberg.de\/.well-known\/webfinger?resource={uri}"
},
{
"rel":"lrdd",
"type":"application\/xrd+xml",
"template":"https:\/\/social.stopwatchingus-heidelberg.de\/.well-known\/webfinger?resource={uri}"
},
{
"rel":"http:\/\/apinamespace.org\/oauth\/access_token",
"href":"https:\/\/social.stopwatchingus-heidelberg.de\/api\/oauth\/access_token"
},
{
"rel":"http:\/\/apinamespace.org\/oauth\/request_token",
"href":"https:\/\/social.stopwatchingus-heidelberg.de\/api\/oauth\/request_token"
},
{
"rel":"http:\/\/apinamespace.org\/oauth\/authorize",
"href":"https:\/\/social.stopwatchingus-heidelberg.de\/api\/oauth\/authorize"
}
]
}