{
  "topic": "errors.UNSUPPORTED_ALGORITHM",
  "path": [
    "errors",
    "UNSUPPORTED_ALGORITHM"
  ],
  "title": "UNSUPPORTED_ALGORITHM — algorithm not supported",
  "synopsis": "cyoda-go v0.8.0 signs and verifies only `RS256`. Other enum values declared in the OpenAPI spec (`RS384`, `RS512`, `PS256`, `PS384`, `PS512`, `ES256`, `ES384`, `ES512`, `EdDSA`) are rejected with this error. Cyoda Cloud supports the full enum; parity is tracked in a v0.8.1 follow-up.",
  "body": "# errors.UNSUPPORTED_ALGORITHM\n\n## NAME\n\nUNSUPPORTED_ALGORITHM — the requested JWT algorithm is not implemented in this version.\n\n## SYNOPSIS\n\nHTTP: `400` `Bad Request`. Retryable: `no`.\n\n## DESCRIPTION\n\ncyoda-go v0.8.0 signs and verifies only `RS256`. Other enum values declared in the OpenAPI spec (`RS384`, `RS512`, `PS256`, `PS384`, `PS512`, `ES256`, `ES384`, `ES512`, `EdDSA`) are rejected with this error. Cyoda Cloud supports the full enum; parity is tracked in a v0.8.1 follow-up.\n\nUse `algorithm: RS256` or omit the field.\n\n## SEE ALSO\n\n- errors\n",
  "sections": [
    {
      "name": "NAME",
      "body": "UNSUPPORTED_ALGORITHM — the requested JWT algorithm is not implemented in this version."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `400` `Bad Request`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "cyoda-go v0.8.0 signs and verifies only `RS256`. Other enum values declared in the OpenAPI spec (`RS384`, `RS512`, `PS256`, `PS384`, `PS512`, `ES256`, `ES384`, `ES512`, `EdDSA`) are rejected with this error. Cyoda Cloud supports the full enum; parity is tracked in a v0.8.1 follow-up.\n\nUse `algorithm: RS256` or omit the field."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors"
    }
  ],
  "see_also": [
    "errors"
  ],
  "stability": "stable",
  "actions": []
}
