We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have started the work on shopify new app remix template
i want to know about api request
i have created apis in new remix app template
and apis are working fine
but these api are for storefront end
currectly anyone can use apis by endpoint
i want to it to return response if its authenticated from valid store
do you guys think that is this something related with
await authenticate.admin(request); // its going to login page
or
await authenticate.public(request); // its returning 401 error
any help will be appriciated
The text was updated successfully, but these errors were encountered:
+1 on this
Sorry, something went wrong.
Thanks for creating an issue and sorry we missed this functionality.
I'm going to close this issue as it's a duplicate of Shopify/shopify-app-template-remix#295
We will follow up in that issue.
do you guys know which param or step required for await authenticate.public(request); because curently its returning 401 error now
No branches or pull requests
i have started the work on shopify new app remix template
i want to know about api request
i have created apis in new remix app template
and apis are working fine
but these api are for storefront end
currectly anyone can use apis by endpoint
i want to it to return response if its authenticated from valid store
do you guys think that is this something related with
await authenticate.admin(request); // its going to login page
or
await authenticate.public(request); // its returning 401 error
any help will be appriciated
The text was updated successfully, but these errors were encountered: