1.0.2 • Published 2 years ago

insomnia-plugin-multipass v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

insomnia-plugin-multipass

npm.io

Table of Contents

Overview

A plugin for generating multipass tokens for Shopify.

Shopify provides a mechanism for single sign-on known as Multipass. Multipass uses an AES encrypted JSON hash and this plugin is using multipassify under the hood.

Compatibility

Insomnia v5.15.0+

References

Usage

Prerequisites

Before using this library, you will need to enable Multipass login in the Shopify admin.

Log in to your shop admin and go to the Settings > Checkout page. Scroll down to the Customer Accounts section and ensure that you have either Accounts are optional selected or Accounts are required.

npm.io

Select Enable Multipass. Once enabled, a secret will be shared with you. You will need the secret in order to generate tokens to log your customers into your Shopify store. Make sure you keep your secret private.

npm.io

Installation

1. One-Click Installation

  1. Go to https://insomnia.rest/plugins/insomnia-plugin-multipass
  2. Click the "Install Plugin" button
  3. Click "Open Insomnia" and "Install"

2. From the Plugins Tab

  1. Open Insomnia
  2. Go to Application > Preferences > Plugins
  3. Type "insomnia-plugin-multipass"
  4. Click "Install Plugin"

Further Reading