From e57dbd22ebc6f41de960e78385a6872f3ebcc46c Mon Sep 17 00:00:00 2001 From: Dhruv Pareek Date: Mon, 4 May 2026 16:01:27 -0700 Subject: [PATCH] Require clientPubkey in OTP verify flow --- mintlify/openapi.yaml | 1 + openapi.yaml | 1 + .../schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index dbcf067f..5ac1153b 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -15611,6 +15611,7 @@ components: required: - type - otp + - clientPublicKey properties: type: type: string diff --git a/openapi.yaml b/openapi.yaml index dbcf067f..5ac1153b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15611,6 +15611,7 @@ components: required: - type - otp + - clientPublicKey properties: type: type: string diff --git a/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml b/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml index 512b9bce..cf853bf0 100644 --- a/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml +++ b/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml @@ -2,6 +2,7 @@ type: object required: - type - otp + - clientPublicKey properties: type: type: string