From 2645fda34130ca7682f12421ffd85a27e9a4ae3e Mon Sep 17 00:00:00 2001 From: leenfhd Date: Mon, 8 Jun 2026 14:44:31 +0300 Subject: [PATCH 1/2] add enve var instrcutions in readme --- python-examples/auth-with-email-otp/README.md | 8 ++++++++ typescript-examples/auth-with-email-otp/README.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/python-examples/auth-with-email-otp/README.md b/python-examples/auth-with-email-otp/README.md index 7a233f78..a6c584ce 100644 --- a/python-examples/auth-with-email-otp/README.md +++ b/python-examples/auth-with-email-otp/README.md @@ -14,6 +14,14 @@ Authentication example using email-based OTP verification with Resend. | --- | ----------- | | `list-contracts` | Lists contracts for the authenticated user from the sandbox site | + + +### Prerequisites (IDE only) + +- A Resend account with a "Receiving Emails" inbox configured (used to receive OTPs). +- Add your Resend API key to the environment as `RESEND_API_KEY`. See [Environment variables and secrets](https://intunedhq.com/docs/main/02-features/environment-variables-secrets#create-an-environment-variable) for instructions. + + ### Prerequisites diff --git a/typescript-examples/auth-with-email-otp/README.md b/typescript-examples/auth-with-email-otp/README.md index d455efb4..f6e40d3c 100644 --- a/typescript-examples/auth-with-email-otp/README.md +++ b/typescript-examples/auth-with-email-otp/README.md @@ -14,6 +14,12 @@ Authentication example using email-based OTP verification with Resend. | --- | ----------- | | `list-contracts` | Lists contracts for the authenticated user from the sandbox site | + +### Prerequisites (IDE only) + +- A Resend account with a "Receiving Emails" inbox configured (used to receive OTPs). +- Add your Resend API key to the environment as `RESEND_API_KEY`. See [Environment variables and secrets](https://intunedhq.com/docs/main/02-features/environment-variables-secrets#create-an-environment-variable) for instructions. + ### Prerequisites From 93ca8025007f65a2d2885dc6adb4edf8e26a6f7e Mon Sep 17 00:00:00 2001 From: leenfhd Date: Mon, 8 Jun 2026 14:49:04 +0300 Subject: [PATCH 2/2] fix --- python-examples/auth-with-email-otp/README.md | 2 +- typescript-examples/auth-with-email-otp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-examples/auth-with-email-otp/README.md b/python-examples/auth-with-email-otp/README.md index a6c584ce..a8b8007d 100644 --- a/python-examples/auth-with-email-otp/README.md +++ b/python-examples/auth-with-email-otp/README.md @@ -18,7 +18,7 @@ Authentication example using email-based OTP verification with Resend. ### Prerequisites (IDE only) -- A Resend account with a "Receiving Emails" inbox configured (used to receive OTPs). +- A [Resend](https://resend.com) account with a "Receiving Emails" inbox configured (used to receive OTPs). - Add your Resend API key to the environment as `RESEND_API_KEY`. See [Environment variables and secrets](https://intunedhq.com/docs/main/02-features/environment-variables-secrets#create-an-environment-variable) for instructions. diff --git a/typescript-examples/auth-with-email-otp/README.md b/typescript-examples/auth-with-email-otp/README.md index f6e40d3c..5aff028a 100644 --- a/typescript-examples/auth-with-email-otp/README.md +++ b/typescript-examples/auth-with-email-otp/README.md @@ -17,7 +17,7 @@ Authentication example using email-based OTP verification with Resend. ### Prerequisites (IDE only) -- A Resend account with a "Receiving Emails" inbox configured (used to receive OTPs). +- A [Resend](https://resend.com) account with a "Receiving Emails" inbox configured (used to receive OTPs). - Add your Resend API key to the environment as `RESEND_API_KEY`. See [Environment variables and secrets](https://intunedhq.com/docs/main/02-features/environment-variables-secrets#create-an-environment-variable) for instructions.