dbMundada / netlify-addon-demo

Demo of Netlify <> VGS addon integration with Checkr and Stripe

Home Page:https://netlify-vgs-demo.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify addon demo is a demo integration of Netlify forms with Very Good Security. The addon allows to collect users data via forms and securely transfer them to 3rd parties as Checkr and Stripe.

Addon docs https://www.verygoodsecurity.com/docs/integrations/netlify

How to use it

  • Add data-secure attribute to the <form> tag
  • Add data-secure-field attribute to the <input> tag with sensitive data

Use test data to fill form:

email email@email.com 
ssn 111-11-2001
drv F1112001
card 4111111111111111

ToDo: links to addon docs. Read guide in docs

Running locally

  • npm install

You need to provide a couple of secrets as env variables, to make it work

  • NETLIFY_TOKEN=? VGS_USER=? VGS_PASSWORD=? CHECKR_KEY=? VGS_TENANT_ID=? STRIPE_SECRET=? npm run start-fn

Demo addon diagram

addon diagram

About

Demo of Netlify <> VGS addon integration with Checkr and Stripe

https://netlify-vgs-demo.netlify.com


Languages

Language:HTML 46.3%Language:JavaScript 33.5%Language:CSS 20.2%