Skip to content

Commit df37f89

Browse files
2 parents 0ee6fa1 + 5782971 commit df37f89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ https://www.npmjs.com/package/simple-koa-shopify-auth
44

55
#### NOTE: This package is not maintained by or affiliated with Shopify.
66

7+
#### ⚠️ This package only works with `@shopify/shopify-api` v5.x. v6.x+ is not supported, see https://github.com/TheSecurityDev/simple-koa-shopify-auth/issues/14 ⚠️
8+
79
## Description:
810

911
A better, simplified version of the (no longer supported) [@Shopify/koa-shopify-auth](https://github.com/Shopify/koa-shopify-auth) middleware library. It removes the use of cookies for sessions (which greatly smooths the auth process by requiring fewer redirects in some cases), replaces a deprecated API call, and supports v5 of the official [@shopify/shopify-api](https://github.com/Shopify/shopify-node-api) package.
@@ -16,7 +18,7 @@ npm i simple-koa-shopify-auth
1618

1719
## Requirements:
1820

19-
**This package assumes you have `@shopify/shopify-api` v5 already installed. If you are on a lower version you will need to upgrade to the latest version with `npm i @shopify/shopify-api@latest`.**
21+
**This package assumes you have `@shopify/shopify-api` v5 already installed. If you are on a lower version you will need to upgrade to version 5 with `npm i @shopify/shopify-api@5.3.0`.**
2022

2123
#### WARNING:
2224

0 commit comments

Comments
 (0)