Storyden
Auth

Auth Email Password Signin

Sign in to an existing account with a email and password.

Sign in to an existing account with a email and password.

POST/auth/email-password/signin
storyden-session<token>

In: cookie

emailEmailAddress

A valid email address.

passwordstring
handle?AccountHandle

The unique @ handle of an account.

Response Body

curl -X POST "https://loading/api/auth/email-password/signin" \  -H "Content-Type: application/json" \  -d '{    "email": "hello@storyden.org",    "password": "string"  }'
{
  "id": "string"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}