gray-library-49237
08/29/2024, 2:30 AMchilly-king-10285
08/29/2024, 2:30 AMchilly-king-10285
08/29/2024, 2:30 AMtransient_payload
feature is part of the Ory open-source identity and access management solution. It is used to pass data from the registration or login process to hooks and email templates. This feature is mentioned in the API documentation for various methods such as getRegistrationFlow
, updateRegistrationFlow
, createNativeRegistrationFlow
, createBrowserRegistrationFlow
, and updateLoginFlow
. For example, in the [updateLoginFlow method](https://www.ory.sh/docs/kratos/reference/api), the transient_payload
is described as "Transient data to pass along to any webhooks". Similarly, in the [getRegistrationFlow method](https://www.ory.sh/docs/kratos/reference/api), it is described as "TransientPayload is used to pass data from the registration to a webhook". Please note that the exact usage and behavior of transient_payload
might depend on the specific context and configuration of your Ory setup.