Shopify / shopify-app-bridge

https://shopify.dev/docs/api/app-bridge
88 stars 9 forks source link

App Bridge react redirect #134

Closed KhaledFastsimon closed 2 years ago

KhaledFastsimon commented 2 years ago

### Describe the bug How we can decrypt the host input so we can get the shop url?

henrytao-me commented 2 years ago

Ideally, you don't have to decrypt the host param in the client. You just need to pass it to App Bridge initialize. If you want to decrypt it on the server, it is essentially a Base64 encoding.