Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.09 KB

File metadata and controls

32 lines (16 loc) · 1.09 KB

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