An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

A Fastify plugin to authenticate a Shopify App

Awesome Lists containing this project

README

        

# `fastify-shopify-auth`

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
[![npm version](https://badge.fury.io/js/fastify-shopify-auth.svg)](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)