Embedding Metabase chart in Webflow site

Hi there - I'm trying to use Metabase signed embeds on a Webflow site that is authenticated using Auth0. I think I've figured out the Webflow / Auth0 implementation. But I can't figure out the right approach for handling Metabase's JWT on Webflow.

Is this something others have tried before? Appreciate any advice on this. Thanks!

Hi @wrs228
I don't think I've heard about Webflow before, but whatever authentication you have in your app (Auth0) is completely separate from what you need to generate for JWT Signed Embedding tokens.
Your app needs to be able to generate the JWT token used for the Signed Embedding URLs.
https://www.metabase.com/docs/latest/embedding/introduction
https://github.com/metabase/embedding-reference-apps