Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 3.27 KB

File metadata and controls

53 lines (37 loc) · 3.27 KB

Fingerprint use case tutorials

This repository contains tutorials showing how to use Fingerprint to solve common fraud prevention and account security problems.

Each tutorial is a self-contained demo application with:

  • A starter branch with the initial project setup
  • A final branch with the completed Fingerprint implementation

Current tutorials:

General setup

  1. Clone this repo and within the use case folder of interest, run:
npm install
  1. Copy or rename .env.example to .env and add your Fingerprint secret API key.

  2. Start the server:

npm run dev
  1. Visit http://localhost:3000 in your browser to view the demo application.

Resetting the demo databases

To reset the demo database for a given use case:

  • Click Reset demo DB at the bottom of the demo app page, or
  • Run this from the terminal:
npm run reset-db