From 1a221ca0a655f872e5bc25c0383114fb11ca1954 Mon Sep 17 00:00:00 2001 From: Diego Rivera Date: Fri, 6 Sep 2024 01:47:36 +0200 Subject: [PATCH] Link sample code from the authorization guide --- callflows/authorization/backend.md | 1 + callflows/authorization/frontend.md | 1 + 2 files changed, 2 insertions(+) diff --git a/callflows/authorization/backend.md b/callflows/authorization/backend.md index 8619a6e..f236faa 100644 --- a/callflows/authorization/backend.md +++ b/callflows/authorization/backend.md @@ -54,6 +54,7 @@ In this portal, you can find the following references: - [Access token retrieval reference](/reference/token) - [Guide on Privacy](/docs/privacy) - [Postman collection](/docs/postman) +- [Sample code for SIM Swap](/docs/samplecode_simswap) External references: - [CAMARA APIs Access and User Consent Management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.0/documentation/CAMARA-API-access-and-user-consent.md) diff --git a/callflows/authorization/frontend.md b/callflows/authorization/frontend.md index 1f8edbd..47479df 100644 --- a/callflows/authorization/frontend.md +++ b/callflows/authorization/frontend.md @@ -60,6 +60,7 @@ In this portal, you can find the following references: - [Access token retrieval reference](/reference/token) - [Guide on Privacy](/docs/privacy) - [Postman collection](/docs/postman) +- [Sample code for Number Verification](/docs/samplecode_numberverification) External references: - [CAMARA APIs Access and User Consent Management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.0/documentation/CAMARA-API-access-and-user-consent.md)