1
0
forked from baron/baron-sso

Merge origin/main and remove Descope deps

This commit is contained in:
Lectom C Han
2026-02-03 18:10:31 +09:00
parent b908d71666
commit bf469b1eb4
10 changed files with 172 additions and 658 deletions

View File

@@ -842,34 +842,6 @@ paths:
"200":
description: OK
/api/v1/auth/webhooks/descope-sms:
post:
tags: [Webhook]
summary: Descope SMS 릴레이
requestBody:
required: true
content:
application/json:
schema:
$ref: "#/components/schemas/DescopeSmsWebhookRequest"
responses:
"200":
description: OK
/api/v1/auth/webhooks/descope-email:
post:
tags: [Webhook]
summary: Descope Email 릴레이
requestBody:
required: true
content:
application/json:
schema:
$ref: "#/components/schemas/DescopeEmailWebhookRequest"
responses:
"200":
description: OK
components:
schemas:
ErrorResponse:
@@ -1456,21 +1428,3 @@ components:
data:
type: object
additionalProperties: true
DescopeSmsWebhookRequest:
type: object
properties:
recipient:
type: string
body:
type: string
DescopeEmailWebhookRequest:
type: object
properties:
to:
type: string
subject:
type: string
text:
type: string