Storyden
Auth

Auth Provider List

Retrieve a list of authentication providers. Storyden supports a few ways to authenticate, from simple passwords to OAuth and WebAuthn. This endpoint tells a client which auth capabilities are enabled.

Retrieve a list of authentication providers. Storyden supports a few ways to authenticate, from simple passwords to OAuth and WebAuthn. This endpoint tells a client which auth capabilities are enabled.

GET/auth
storyden-session<token>

In: cookie

Response Body

curl -X GET "https://loading/api/auth"
{
  "providers": [
    {
      "provider": "string",
      "name": "string",
      "link": "string"
    }
  ],
  "mode": "handle"
}
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}