Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify online access in params #110

Open
adambedford opened this issue Jul 26, 2021 · 0 comments
Open

Specify online access in params #110

adambedford opened this issue Jul 26, 2021 · 0 comments

Comments

@adambedford
Copy link

I'm working through a situation that I think requires getting both online and offline access. My understanding is that, in order for a public app to be approved, it must support a 'sign up' flow directly from the App Store, which would suggest online access so I can get the user's name and email to create an account for them. Moving forward, the app will make requests to Shopify in the background (without a user session), so I think should use an offline token.

Therefore, I'd like to fetch an online token to facilitate registration and subsequently an offline token for data syncing. Can this library support that? i.e. Passing per_user_permissions at request time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant