Skip to content

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

Notifications You must be signed in to change notification settings

useparagon/paragon-integrations-catalog-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published