custom header in useLoader and useSubmit #3040
saurabh-codeword
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When your app is running in an iframe you can't use cookies for auth because most browsers disable third-party cookies rather you have to use headers for auth.
This header-based auth approach is very common in Shopify apps. see (#1900) and (#2422) so can we add a custom header field in useLoader and useSubmit.
I will be able to contribute to the feature but want to know if you guys want to have this feature or not.
Beta Was this translation helpful? Give feedback.
All reactions