Hello everyone, I have an app where, before I let the user do anything in there, I need to guarantee he is a registered user on my shopify store. I’ve read the docs and the forum and didn’t find anything that would solve this problem.
The closest solution I saw was Multipass, which lets a user login on my app and then be redirected to my shopify store, already logged. I basically need this feature but the other way around:
- The user comes to my website
- If he doesn’t have a valid shopify token he gets redirect to shopify
- The user logins there and gets redirected to my app with the token
- Now I can let him use our API
Pretty much how a login with Steam would work.
Any idea?