Age | Commit message (Collapse) | Author |
|
|
|
They're not strings, so no need for extra byte for the terminating NUL.
|
|
Rename it to char buf[], to make it clearer how it should be used.
|
|
Less efficient, but it's more about clarity for now.
Variable name shortened a bit.
Nonce size made static.
|
|
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.
|