https://github.com/asjas/fastify-shopify-auth
A Fastify plugin to authenticate a Shopify App
https://github.com/asjas/fastify-shopify-auth
fastify fastify-plugin shopify shopify-auth
Last synced: over 1 year ago
JSON representation
A Fastify plugin to authenticate a Shopify App
- Host: GitHub
- URL: https://github.com/asjas/fastify-shopify-auth
- Owner: Asjas
- License: mit
- Archived: true
- Created: 2020-05-15T23:15:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T21:57:45.000Z (over 1 year ago)
- Last Synced: 2025-03-15T22:49:33.095Z (over 1 year ago)
- Topics: fastify, fastify-plugin, shopify, shopify-auth
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `fastify-shopify-auth`
[](https://github.com/ellerbrock/open-source-badges/)
[](LICENSE.md)
[](https://badge.fury.io/js/fastify-shopify-auth)
`fastify-shopify-auth` is a plugin for the [Fastify](https://github.com/fastify/fastify) framework that is based on [@shopify/koa-shopify-auth](https://github.com/Shopify/quilt/tree/master/packages/koa-shopify-auth/).
## Requirements
Node.js v10 or later.
Fastify v3.0.0 or later.
## Installation
```sh
npm install fastify-shopify-auth
yarn add fastify-shopify-auth
```
## License
[MIT License](LICENSE)