Skip to content

Commit

Permalink
add docs rsults
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 3, 2024
1 parent 4cc4288 commit fd67f94
Showing 1 changed file with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,30 @@ HTTP/1.1 200 OK
Content-Type: application/json

{
"options": []
"options": [
{
"id": "myprovider",
"plugin": "myprovider",
"title": "Provider",
"url": "https://some.example.com/login-url"
},
{
"id": "github",
"plugin": "github",
"title": "GitHub",
"url": "https://some.example.com/login-authomatic/github"
},
{
"id": "myprovider",
"plugin": "myprovider",
"title": "Provider",
"url": "https://some.example.com/login-url"
},
{
"id": "github",
"plugin": "github",
"title": "GitHub",
"url": "https://some.example.com/login-authomatic/github"
}
]
}

0 comments on commit fd67f94

Please sign in to comment.