kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs

commit 8a510da2132106af7dbf1cfdd675fa549bf2c5bb
parent 244b7d3e7cad1a141d61b4539a8d7a4990eca4b0
Author: Henrique Chan Carvalho Machado <henriqueccmachado@tecnico.ulisboa.pt>
Date:   Sun, 19 Oct 2025 14:33:19 +0200

oauth2_gateway: updated API spec: added RFC6749 requirements warning

Diffstat:
Moauth2_gateway/openapi.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oauth2_gateway/openapi.yaml b/oauth2_gateway/openapi.yaml @@ -99,7 +99,7 @@ components: grant_type: type: string enum: [authorization_code] - description: Must be 'authorization_code' for this flow. + description: Must be 'authorization_code' for this flow. WARNING - RFC 6749 requires other parameters here!. code: type: string description: The `nonce` returned from the initial /setup endpoint. @@ -187,7 +187,7 @@ paths: schema: type: string required: true - description: The unique ID returned from the /setup endpoint. + description: The unique ID returned from the /setup endpoint. WARNING - RFC 6749 requires other parameters here!. responses: '200': description: QR code/verification URL returned in the body (to be rendered by the browser).