Auth
Auth Password Update
Given the requesting account has a password authentication, update the password on file.
Given the requesting account has a password authentication, update the password on file.
curl -X PATCH "https://loading/api/auth/password" \ -H "Content-Type: application/json" \ -d '{ "old": "password123", "new": "password456" }'{
"id": "string"
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Auth Password Signup POST POST
Register a new account with a username and password.
Auth Provider List GET GET
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.