Age | Commit message (Collapse) | Author |
|
Less efficient, but it's more about clarity for now.
Variable name shortened a bit.
Nonce size made static.
|
|
|
|
|
|
First the param needs to be checked, and only assign the value if the
param exists. This should prevent a crash if anyone sends a GET request
without any of those parameters.
|
|
|
|
The minimum to pass all authentications and arrive at the embedded app
index. This library is to be used with shopify-app-template-c for now,
as it assumes the existence of shopify.app.toml in the parent directory,
and index.html in the frontend directory.
|