graphql-engine/community/boilerplates/auth-webhooks
Samir Talwar d9afcc1857 Upgrade all package-lock.json files to the v2 format.
NPM v7 uses a new (backwards-compatible) lockfile format. This upgrades all our various _package-lock.json_ files to use the new format.

It's much more verbose so that NPM can be a lot faster.

I figured it was cleaner to do this once in a separate PR rather than upgrading them in combination with adding or upgrading a new dependency.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5869
GitOrigin-RevId: 322fb63b96e2d873a4a3cc05fa6c7afa414716ce
2022-09-28 08:15:29 +00:00
..
firebase-cloud-functions update docs link to avoid redirects 2021-03-01 18:51:18 +00:00
lambda-cognito community: fix typo in auth boilerplate 2021-11-25 13:04:16 +00:00
nodejs-express add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
nodejs-firebase add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
passport-js Upgrade all package-lock.json files to the v2 format. 2022-09-28 08:15:29 +00:00
python-flask update docs link to avoid redirects 2021-03-01 18:51:18 +00:00
.gitignore add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30
README.md add community boilerplates and examples (#430) 2018-09-13 12:00:07 +05:30

Boilerplates for auth webhooks

This directory is a compilation of code samples (boilerplates) that can be used to implement custom auth webhooks for the Hasura GraphQL engine.

Contributing

  • Please fork this repo and submit a PR with your changes
  • Please create a directory name, lowercase, hyphenated
  • Please add a helpful README that has the following sections:
    • Overview
    • Deployment instructions
    • Creation of any specific environment variables or secrets