Hi everyone! 👋
Actions Transaction Metadata is now in EA. It lets you pass small key–value data between multiple post-login Actions during a single authentication transaction.
How it works: set with api.transaction.setMetadata([
key], [
value])
, then read via event.transaction.metadata.key
later in the same login flow.
- You can read more about that feature from our docs → Docs: auth0.com/docs/customize/actions/transaction-metadata
Got questions? Drop them now. We’ll answer on Aug 27, 9–11 AM PT (18:00–20:00 CEST).
August 27 Auth0 Community Ask Me Anything: Actions
Thanks!
Dawid