-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Type: EnhancementNew feature or requestNew feature or request
Description
Let's add the necessary tooling to handle Shopify's app proxy calls.
As far as I know the only thing really needed is the HMAC validation of the signature.
What I don't know is if it is the same as the HMAC validation for oauth and webhooks? Are oauth and webhooks even using the same HMAC format????
Also it would be good to provide a function that could be used as Dependency injection in the FastAPI endpoints. Again I don't know if this should be specific to the service (app proxy, oauth, webhook) or if we can have a generic one for all services.
Metadata
Metadata
Assignees
Labels
Type: EnhancementNew feature or requestNew feature or request