Skip to content

Commit 6032537

Browse files
committed
fix: duplicate IDs
1 parent b0d42ad commit 6032537

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/docs/workflows/bindings/secure-fetch-binding.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
page_id: 86b528dc-61f4-4f8f-95a0-408c5ef80806
2+
page_id: 47652668-e4e0-41ec-af83-c419933caef8
33
title: kinde.secureFetch
44
sidebar:
55
order: 9
@@ -9,16 +9,16 @@ relatedArticles:
99
- 3f0159e8-17dd-4adb-ab12-ab53c901cf83
1010
---
1111

12-
The `kinde.secureFetch` binding allows you to make POST requests to external APIs where the payload is encrypted with the [workflow encryption key](/workflows/manage-workflows/workflow-encryption-key/) you've previously set up in Kinde.
12+
The `kinde.secureFetch` binding allows you to make POST requests to external APIs where the payload is encrypted with the [workflow encryption key](/workflows/manage-workflows/workflow-encryption-key/) you have previously set up in Kinde.
1313

1414
## Available in workflows
1515

1616
- [user:post_authentication](/workflows/example-workflows/workflow-user-post-auth/)
1717
- [m2m:token_generation](/workflows/example-workflows/m2m-token-generation-workflow/)
1818
- [user:new_password_provided](/workflows/example-workflows/new-password-provided-workflow/)
19-
- [user:existing_password_provided](/workflows/example-workflows/existing-password-provided-workflow/)
19+
- [user:existing_password_provided](http://localhost:4321/workflows/example-workflows/existing-password-provided-workflow/)
2020
- [user:tokens_generation](/workflows/example-workflows/user-token-generation/)
21-
- [user:pre_mfa](/workflows/example-workflows/pre-mfa-workflow/)
21+
- [user:pre_mfa](http://localhost:4321/workflows/example-workflows/pre-mfa-workflow/)
2222

2323
## Configuration
2424

@@ -38,7 +38,7 @@ The [Kinde infrastructure library](https://github.com/kinde-oss/infrastructure)
3838
Note: you will also need the [url](/workflows/bindings/url-binding/) binding enabled for the workflow as this is used under the hood.
3939

4040
```js
41-
import {fetch} from "@kinde/infrastructure";
41+
import {fetch} from "@kinde-oss/infrastructure";
4242

4343
export default async function Workflow(event) {
4444
const {data} = await secureFetch(`https://api.somethingsecret.com/api`, {

src/content/docs/workflows/getting-started/workflow-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
page_id: a49abb3b-467f-4b4c-aba2-07ec360b3f19
2+
page_id: 8aaf1ca5-f083-4fc0-ac64-668750da7f02
33
title: Workflow files
44
sidebar:
55
order: 2

0 commit comments

Comments
 (0)