Update URL Signing For iframes

When you open an iframe inside of Trello via t.popup, t.modal, and t.boardBar, we implicitly sign the URL for you using t.signUrl. Additionally, attachment-section and card-back-section iframes are required to be explicitly signed by you. Signing a URL for an iframe is what allows you to use the client library on the newly opened iframe via the t. methods.

What we mean by “signing the url” is adding context specific to your Power-Up to the url, so that when the secondary iframe is opened, it has the context it needs in order to communicate with Trello. This context is added as the hash for the url (the part that comes after the `

1 Like

Hi @bentley ,
Thanks for the update. Is there a code example using this, because I’m not entirely clear on how to use this.

You can find a code-sample on how to use t.signUrl() and documentation on it here: Redirecter

1 Like