Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Non-Embedded App Support #935

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2021

  1. Support Non-Embedded apps again

    Bring back ShopSession service and Shopify Auth from v16
    1 Middleware alias "verify.shopify" that will now points to 2 different Middlewares (VerifyShopifyExternal or VerifyShopifyEmbedded) depending on the "appbridge_enabled" config.
    prismosoft committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    906841d View commit details
    Browse the repository at this point in the history
  2. App url not needed

    prismosoft committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    f2f401e View commit details
    Browse the repository at this point in the history
  3. Match class name

    prismosoft committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    d6f9026 View commit details
    Browse the repository at this point in the history
  4. Missing Util

    prismosoft committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    4a4c7bd View commit details
    Browse the repository at this point in the history
  5. Create VerifyShopifyEmbedded and VerifyShopifyExternal middlewares th…

    …at extend the base VerifyShopify middleware
    prismosoft committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a69e0a1 View commit details
    Browse the repository at this point in the history