UNPKG

koa-shopify-auth-cookieless

Version:

A cookieless version of the koa-shopify-auth package with some utilities

35 lines (34 loc) 889 B
{ "name": "koa-shopify-auth-cookieless", "version": "1.0.34", "description": "A cookieless version of the koa-shopify-auth package with some utilities", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nprutan/koa-shopify-auth-cookieless.git" }, "publishConfig": { "access": "public", "@shopify:registry": "https://registry.npmjs.org" }, "keywords": [ "koa", "shopify", "jwt", "cookieless" ], "author": "Nate Rutan", "license": "MIT", "bugs": { "url": "https://github.com/nprutan/koa-shopify-auth-cookieless/issues" }, "homepage": "https://github.com/nprutan/koa-shopify-auth-cookieless#readme", "dependencies": { "@shopify/network": "^2.0.4", "nonce": "^1.0.4", "safe-compare": "^1.1.4" } }