Skip to content

An example todo list app showcasing embedded integrations with Paragon.

Notifications You must be signed in to change notification settings

ivicac/paragon-connect-nextjs-example

 
 

Repository files navigation

Paragon Connect Next.js Demo

This is an example app based on TodoMVC in React and the Next.js starter project.

For more info on adding Paragon Connect to your app, see:

  • 🎥 Implementation walkthrough video (~5m): Watch how to add the client-side SDK, generate the Paragon User Token, and interact with the Events API. This repo is the code for TaskLab, featured in the demo!

  • 📄 Setup documentation: Get step-by-step instructions adding the SDK in many common app authentication scenarios.

Getting started

Configuration

To use all of the features of this demo, you will need a Paragon Connect account.

Paste in your Project ID and Signing Key into the values of .env.local, at the root of the repository.

NEXT_PUBLIC_PARAGON_PROJECT_ID=""
PARAGON_SIGNING_KEY=""

Installation

This demo requires Node.js (12.22 or later) to be installed.

Install dependencies:

npm install

Start the application dev server:

npm start

After the demo has started, it will print the local URL you can visit:

> Ready on http://localhost:3000

About

An example todo list app showcasing embedded integrations with Paragon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 8.7%