'Authenticate API requests from Shopify
I have a Shopify store that uses a custom application for handling the checkout. So this custom application is hosted on another server and the functionalities are accessible via endpoints. The authentication to the Shopify store is handled by another SSO application.
So what happens is that the endpoints to the custom application are not completely secured. This is because since the user authentication is handled by another 3rd party application we don't have any control over it. So we are unable to retrieve the auth token whenever a user logs in.
This is restricting me from implementing a token-based authentication for the API endpoints. Is there any way to make the API's secure in this case? Any help is much appreciated.
FYI: The custom application is implemented using Laravel!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
