Stytch · Schema

api_password_v1_SHA512Config

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
prepend_salt string The salt that should be prepended to the migrated password.
append_salt string The salt that should be appended to the migrated password.
View JSON Schema on GitHub

JSON Schema

stytch-api-password-v1-sha512config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_password_v1_SHA512Config",
  "title": "api_password_v1_SHA512Config",
  "type": "object",
  "properties": {
    "prepend_salt": {
      "type": "string",
      "description": "The salt that should be prepended to the migrated password."
    },
    "append_salt": {
      "type": "string",
      "description": "The salt that should be appended to the migrated password."
    }
  },
  "required": [
    "prepend_salt",
    "append_salt"
  ]
}