Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shopify-express-auth

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-express-auth - npm Package Compare versions

Comparing version 1.0.1-alpha.10 to 1.0.1-alpha.11

2

package.json
{
"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**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc