Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-22 | Merge request_gettoken | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-22 | Use static const char * instead of macro | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-22 | cURL calls are spread among files | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-20 | Revert "Revert "No cURL verbose for now"" | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
This reverts commit 4ffe8d1d44c8b6f5f8668720d3da1ea645f216a2. | |||
2022-09-20 | Fix bug content type wouldn't change | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-20 | Change POST header order | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-20 | Revert "No cURL verbose for now" | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
This reverts commit 5b8cfb927d07f925c5a2b4b1d49a70fcf8c4e705. | |||
2022-09-20 | Fix content type to graphql | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-20 | No cURL verbose for now | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-20 | No more cURL verbose when getting access token | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
2022-09-19 | First attempt to validate session token | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
Function & variable names are changed for consistency & conventions. Tries to print out shop name from referer header, and the session token details. | |||
2022-09-18 | Move MHD access handler to the library | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
so the code on the app side is much simpler. Also prepare for accessing the GraphQL Admin API. | |||
2022-09-14 | OAuth part | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ | |
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. |