I’m finding the documentation lacking, i’ve tried trawling through the app-bridge code but that wasn’t much help either.
Ideally it would be great if i could embed my app admin functionality but its not a shopify specific application so i don’t really want to pollute it with shopify specific libs and code. I appreciate I might have to but I would like to have as little impact as possible. From the Documentation it is my understanding that the minimal shopify code I need is Provider (is that true can i get the jwt token without app-bridge?) but how do I actually get the JWT? The docs say i can get it manually but with no examples, am i supposed to use react component? Is it in the session storage? is it on a header?
I’m already using JWT for non shopify based users so it would be great if I could get it working.