Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 708 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 708 Bytes

Hasura Cloudflare Worker

Example Cloudflare Worker using Facebook-based authorization and GraphQL proxy queries with Hasura.

Prerequisites

  1. Cloudflare account with Workers enabled ($5/mth minimum).
  2. Hasura GraphQL endpoint setup with person table, auth webhook (for GQL subscriptions) and permissions set on the fb_id plus a user role column.

Install

  1. Add config variables in .env
  2. Run npm install
  3. Run npm run build
  4. Copy dist/worker.js code into Cloudflare Worker web UI
  5. Save and test with Insomnia