useparagon / paragon-integrations-catalog-tutorial

Example React app showcasing an in-app integrations catalog built with the Paragon SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paragon In-App Integrations Catalog

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.


⚠️ Warning: The demo repository signs Paragon User Tokens in the frontend application, which should NOT be used in production. Replace getParagonUserToken with your own app's Paragon User Token generation, which should be performed on your server only.

Installation

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).

Running

Run the app with a React development server.

npm start

About

Example React app showcasing an in-app integrations catalog built with the Paragon SDK


Languages

Language:TypeScript 65.6%Language:HTML 27.1%Language:CSS 7.3%