From e594d063888db9f36a4682bc31348cea952eadaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 19 Sep 2022 20:13:08 +0800 Subject: 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. --- session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.h') 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; }; -- cgit v1.2.3