Skip to content

feat: document transient payload passthrough in elements#2499

Open
jonas-jonas wants to merge 3 commits intomasterfrom
jonas-jonas/transientPayloadsElements
Open

feat: document transient payload passthrough in elements#2499
jonas-jonas wants to merge 3 commits intomasterfrom
jonas-jonas/transientPayloadsElements

Conversation

@jonas-jonas
Copy link
Copy Markdown
Member

Related Issue or Design Document

Checklist

  • I have read the contributing guidelines and signed the CLA.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security vulnerability.
    If this pull request addresses a security vulnerability,
    I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added the necessary documentation within the code base (if appropriate).

Further comments

Co-authored-by: Jonas Hungershausen <jonas.hungershausen@gmail.com>

## Dynamic Transient Payload

In this example, we define a dynamic transient payload that contains the user's preferred language. The function is called, when
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In this example, we define a dynamic transient payload that contains the user's preferred language. The function is called, when
In this example, we define a dynamic transient payload that contains the user's preferred language. The function is called when

## Dynamic Transient Payload

In this example, we define a dynamic transient payload that contains the user's preferred language. The function is called, when
the user submits the form, and the API request is made. This allows you to pass dynamic data to the webhooks, based on the user's
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the user submits the form, and the API request is made. This allows you to pass dynamic data to the webhooks, based on the user's
the user submits the form and the API request is made. This allows you to pass dynamic data to the webhooks, based on the user's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants