{"id":24988526,"url":"https://github.com/lit-protocol/lit-protocol-shopify","last_synced_at":"2026-02-17T18:04:03.145Z","repository":{"id":106803814,"uuid":"454173708","full_name":"LIT-Protocol/lit-protocol-shopify","owner":"LIT-Protocol","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-17T17:03:54.000Z","size":2420,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T00:40:42.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LIT-Protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-31T21:19:49.000Z","updated_at":"2025-03-07T16:55:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"41200dcd-62a1-4613-b8f7-dd6b9b9ff097","html_url":"https://github.com/LIT-Protocol/lit-protocol-shopify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LIT-Protocol/lit-protocol-shopify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Flit-protocol-shopify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Flit-protocol-shopify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Flit-protocol-shopify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Flit-protocol-shopify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIT-Protocol","download_url":"https://codeload.github.com/LIT-Protocol/lit-protocol-shopify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Flit-protocol-shopify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29552253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T17:56:56.811Z","status":"ssl_error","status_checked_at":"2026-02-17T17:56:55.544Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-04T12:04:33.597Z","updated_at":"2026-02-17T18:04:03.140Z","avatar_url":"https://github.com/LIT-Protocol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is the source code for the Lit Token Access Shopify app.\n\nAs of Oct 10th, 2022, Lit Token Access has been open sourced. The hope is this transparent, free, and\npractical tool for token gating on Shopify becomes a community supported endeavor that anyone can use and trust.\n\nTo that end, we will continue to actively maintain the repo. This includes\nanswering questions, providing support wherever we can, and reviewing PRs if anyone wishes to contribute.\n\nThis repo is the Shopify app itself, along with the theme app extension that allows interaction\nwithin the storefront. There are two other parts to the full thing, the first of which is the product select\nscreen, available [here](https://github.com/LIT-Protocol/lit-oauth/tree/main/src/pages/shopify), and the backend\nthat interacts with the database, available [here](https://github.com/LIT-Protocol/lit-oauth/tree/main/server/oauth).\n\nFeel free to reach out with any questions to LitTokenAccessSupport@litprotocol.com\n\nMIT License.\n\n---\n\n## Original Shopify Readme\n\n# Shopify App Node\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)\n[![Build Status](https://travis-ci.com/Shopify/shopify-app-node.svg?branch=master)](https://travis-ci.com/Shopify/shopify-app-node)\n\nBoilerplate to create an embedded Shopify app made with Node, [Next.js](https://nextjs.org/)\n, [Shopify-koa-auth](https://github.com/Shopify/quilt/tree/master/packages/koa-shopify-auth)\n, [Polaris](https://github.com/Shopify/polaris-react),\nand [App Bridge React](https://shopify.dev/tools/app-bridge/react-components).\n\n## Installation\n\nUsing the [Shopify CLI](https://github.com/Shopify/shopify-cli) run:\n\n```\n~/ $ shopify app create node -n APP_NAME\n```\n\nOr, fork and clone repo\n\n## Requirements\n\n- If you don’t have one, [create a Shopify partner account](https://partners.shopify.com/signup).\n- If you don’t have\n  one, [create a Development store](https://help.shopify.com/en/partners/dashboard/development-stores#create-a-development-store)\n  where you can install and test your app.\n- In the Partner\n  dashboard, [create a new app](https://help.shopify.com/en/api/tools/partner-dashboard/your-apps#create-a-new-app).\n  You’ll need this app’s API credentials during the setup process.\n\n## Usage\n\nThis repository is used by [Shopify CLI](https://github.com/Shopify/shopify-cli) as a scaffold for Node apps. You can\nclone or fork it yourself, but it’s faster and easier to use Shopify App CLI, which handles additional routine\ndevelopment tasks for you.\n\n## License\n\nThis repository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-protocol%2Flit-protocol-shopify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flit-protocol%2Flit-protocol-shopify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-protocol%2Flit-protocol-shopify/lists"}