query parameters for dynamic config #3776
Unanswered
hyusetiawan
asked this question in
Help
Replies: 1 comment
-
Added Shopify Provided - PR:- #3964 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Question 💬
As shown here: #2688
I can wrap NextAuth function, which gives me a chance to dynamically change the config via GET parameters. The end goal for me is to do login through Shopify that is non-standard, where the URL requires the shop name like so:
unfortunately, NextAuth triggers a redirect which makes me lose the GET parameter. Also, is this the recommended way of doing it? I looked into
signIn()
and I do not think I can override the URL through that function? If so, I think that would be more ideal.How to reproduce ☕️
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions