Shopify / koa-shopify-auth

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

Allow offline sessions in the middlewares #59

Closed paulomarg closed 3 years ago

paulomarg commented 3 years ago

WHY are these changes introduced?

Fixes #58

We were not handling the OAuth callback properly for offline tokens because we always expected online sessions to be used.

WHAT is this pull request doing?

Making sure that we allow offline mode both in shopifyAuth and verifyRequest.

Type of change

Checklist