Skip to content

Individual Fingerprint use case tutorials with complete starter and final demo apps.

License

Notifications You must be signed in to change notification settings

fingerprintjs/use-case-tutorials

Repository files navigation

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

About

Individual Fingerprint use case tutorials with complete starter and final demo apps.

Resources

License

Stars

Watchers

Forks