Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions python-examples/auth-with-email-otp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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.


<!-- IDE-IGNORE-START -->

### Prerequisites
Expand Down
6 changes: 6 additions & 0 deletions typescript-examples/auth-with-email-otp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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.

<!-- IDE-IGNORE-START -->

### Prerequisites
Expand Down
Loading