Skip to content

ph2355/shopify-app-js

 
 

Repository files navigation

@shopify/shopify-app-js

This repo is a collection of packages that make it easy for apps to integrate with Shopify. They all build on top of the @shopify/shopify-api package to cover specific use cases.

This mono-repo supports the following packages:

App middleware

Creates a middleware layer that allows Express.js apps to communicate with and authenticate requests from Shopify.

Session storage options

Provides an interface that enables apps to store the sessions created during the OAuth process in @shopify/shopify-api.

You can assign any implementation of this interface to the @shopify/shopify-app-express package, but you can also call them directly from your app if you're not building with Express.js.

Provides a simplified memory-based implementation of SessionStorage for development.

Provides an implementation of SessionStorage that uses SQLite.

Provides an implementation of SessionStorage that uses MongoDB.

Provides an implementation of SessionStorage that uses MySQL.

Provides an implementation of SessionStorage that uses PostgreSQL.

Provides an implementation of SessionStorage that uses Redis.

Provides an implementation of SessionStorage that uses CloudFlare KV storage.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%