I’m a golang develper in Japan.
I am currently developing shopify app by golang(backend) and react(front).
I am in the process of implementing a content security policy.
https://shopify.dev/apps/store/security/iframe-protection
My app’s authentication process is doing on only backend.
After authentication, redirect to front.
I’m having trouble because to pass header to frontend when redirecting to the front.
Would I need to re-create the authentication as through front to solve the content security policy issue?
sorry for my poor English.![]()