How can I understand this app development code and implement GDPR?

How can I understand this app development code and implement GDPR?

Girish_Rajwani
Shopify Partner
82 3 8

Hi Guys,

 

I am new to Shopify app development. i am building app using scaffold provided by Shopify but i am stuck on few things. what does below code do ?

 

app.get(shopify.config.auth.path, shopify.auth.begin());

app.get(
shopify.config.auth.callbackPath,
shopify.auth.callback(),
shopify.redirectToShopifyOrAppRoot()
);
 
how to get access token and how to create recurring charge ?
 
how to check GDRP ? these things i am not able to find any where ?
 
any help would be really appreciated .
 
also if any one can share code then it would be great.
 
Thanks 🙂

Girish | Shopify Expert  
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - My Shopify Apps: App Store | Looking for a solution to a problem in your store? Send me an email

Replies 0 (0)