File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
src/content/docs/workflows/bindings Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ Secret variables will be redacted in the logs.
28
28
- [ user:existing_password_provided] ( /workflows/example-workflows/existing-password-provided-workflow/ )
29
29
- [ user:tokens_generation] ( /workflows/example-workflows/user-token-generation/ )
30
30
- [ user:pre_mfa] ( /workflows/example-workflows/pre-mfa-workflow/ )
31
+ - [ user:plan_selection] ( /workflows/example-workflows/plan-selection-workflow/ )
32
+ - [ user:plan_cancellation_request] ( /workflows/example-workflows/plan-cancellation-request-workflow/ )
31
33
32
34
## Configuration
33
35
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ If you are passing sensitive data we recommend you instead use [kinde.secureFetc
21
21
- [ user:existing_password_provided] ( /workflows/example-workflows/existing-password-provided-workflow/ )
22
22
- [ user:tokens_generation] ( /workflows/example-workflows/user-token-generation/ )
23
23
- [ user:pre_mfa] ( /workflows/example-workflows/pre-mfa-workflow/ )
24
+ - [ user:plan_selection] ( /workflows/example-workflows/plan-selection-workflow/ )
25
+ - [ user:plan_cancellation_request] ( /workflows/example-workflows/plan-cancellation-request-workflow/ )
24
26
25
27
## Configuration
26
28
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ The `kinde.secureFetch` binding allows you to make POST requests to external API
20
20
- [ user:existing_password_provided] ( http://localhost:4321/workflows/example-workflows/existing-password-provided-workflow/ )
21
21
- [ user:tokens_generation] ( /workflows/example-workflows/user-token-generation/ )
22
22
- [ user:pre_mfa] ( http://localhost:4321/workflows/example-workflows/pre-mfa-workflow/ )
23
+ - [ user:plan_selection] ( /workflows/example-workflows/plan-selection-workflow/ )
24
+ - [ user:plan_cancellation_request] ( /workflows/example-workflows/plan-cancellation-request-workflow/ )
23
25
24
26
## Configuration
25
27
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ The `url` binding allows you to access the native JavaScript `URLSearchParams` A
19
19
- [ user:existing_password_provided] ( /workflows/example-workflows/existing-password-provided-workflow/ )
20
20
- [ user:tokens_generation] ( /workflows/example-workflows/user-token-generation/ )
21
21
- [ user:pre_mfa] ( /workflows/example-workflows/pre-mfa-workflow/ )
22
+ - [ user:plan_selection] ( /workflows/example-workflows/plan-selection-workflow/ )
23
+ - [ user:plan_cancellation_request] ( /workflows/example-workflows/plan-cancellation-request-workflow/ )
22
24
23
25
## Configuration
24
26
You can’t perform that action at this time.
0 commit comments