Shopify / koa-shopify-auth

DEPRECATED Middleware to authenticate a Koa application with Shopify
MIT License
80 stars 63 forks source link

Fix README.md #49

Closed lukeclifton closed 3 years ago

lukeclifton commented 3 years ago

According to https://shopify.dev/tutorials/authenticate-with-oauth#step-2-ask-for-permission the default access mode is offline

mkevinosullivan commented 3 years ago

Hi @lukeclifton,

Thanks for your diligence in observing this and opening the PR.

The default mode for this library is online, by design. The page you're referring to is indicating that the default mode assumed by the OAuth endpoint is offline if a particular parameter is omitted from the OAuth https request.

hugo4711 commented 2 years ago

@mkevinosullivan What is the rationale for "The default mode for this library is online, by design"