shopify-express-auth
Advanced tools
Comparing version 1.0.1-alpha.10 to 1.0.1-alpha.11
{ | ||
"name": "shopify-express-auth", | ||
"version": "1.0.1-alpha.10", | ||
"version": "1.0.1-alpha.11", | ||
"description": "Middleware to authenticate express app with Shopify", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -113,4 +113,4 @@ # shopify-express-auth | ||
| prefix | empty string/some custom route prefix string | If you want to add a customp prefix in the auth routes. | | ||
| accessMode | offline/online | Corresponds to which access mode you want to use. | | ||
| afterAuth() | - | A required callback function passed to **shopifyAuth**. After auth is successful, this callback function will be invoked and will contain the session information. | | ||
| accessMode | offline/online | Corresponds to which access mode you want to use | | ||
| afterAuth() | - | A required callback function passed to **shopifyAuth**. After auth is successful, this callback function will be invoked and will contain the session information | | ||
@@ -123,3 +123,3 @@ **Note:** Online tokens expire every 24 hours and you will need to re-validate. | ||
Make sure you are using [```@shopify/app-bridge```](https://www.npmjs.com/package/@shopify/app-bridge) on the client side. | ||
Make sure you are using [```@shopify/app-bridge```](https://www.npmjs.com/package/@shopify/app-bridge) v2.0.5 on the client side. | ||
@@ -126,0 +126,0 @@ **Sample** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86397