Skip to content
New issue

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

Add support for validating the timestamp with a default timeout period in ShopifyRequestValidationUtility #1064

Open
nozzlegear opened this issue May 10, 2024 · 0 comments

Comments

@nozzlegear
Copy link
Owner

The request validation utility should validate the timestamp sent in embedded app and proxy requests. It should use a default timespan of 2 minutes, and if the timestamp is outside of that range it should either return false or possibly throw an exception. If the user chooses not to validate the timestamp, they can pass Timeout.InfiniteTimeSpan.

Doing this would match Shopify's own Python package implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant