summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-19 20:13:08 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-19 20:13:08 +0800
commite594d063888db9f36a4682bc31348cea952eadaa (patch)
treeb899fa56ce1f2a05b0cafb59b868e5fc406d7e39 /session.h
parent69ff68be8fa52ac741146789f7be024ada28a4ad (diff)
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.
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index e14f976..d306bcc 100644
--- a/session.h
+++ b/session.h
@@ -1,6 +1,6 @@
struct shopify_session {
char *shop;
char *nonce;
- char *token;
+ char *access_token;
char *scope;
};