This repository accompanies a tutorial to build an in-app integrations catalog with the Paragon SDK. You can follow along the step-by-step instructions in our docs.
getParagonUserToken
with your own app's Paragon User Token generation, which should be performed on your server only.
Requires Node.js to be installed.
npm install
This demo app also requires that your Paragon Project ID and Signing Key is specified in hooks/useParagonAuth.ts
(but this should not be included in your production app).
Run the app with a React development server.
npm start