rsnext/examples/with-fingerprintjs-pro
2022-10-30 21:00:45 +01:00
..
components Run next/link codemod for Next.js 13 on examples (#41913) 2022-10-30 21:00:45 +01:00
pages Enable @typescript-eslint/no-use-before-define for examples dir (#39469) 2022-08-10 16:30:36 +00:00
providers Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00
public Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00
styles Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00
.env.local.example Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00
.gitignore Update default gitignore templates (#39051) 2022-07-26 20:08:40 -05:00
next.config.js Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00
package.json Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00
README.md docs(examples): improve DX while copying command to create new project (#38410) 2022-07-26 21:57:48 -05:00
tsconfig.json Adding example with-fingerprintjs-pro for identifying visitors (#37549) 2022-06-22 11:48:22 +00:00

An example app with FingerprintJS Pro

This example shows how to identify visitors using FingerprintJS Pro with Next.js.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-fingerprintjs-pro with-fingerprintjs-pro-app
yarn create next-app --example with-fingerprintjs-pro with-fingerprintjs-pro-app
pnpm create next-app --example with-fingerprintjs-pro with-fingerprintjs-pro-app

Deploy it to the cloud with Vercel (Documentation).

Notes

API key

To identify visitors, you'll need a FingerprintJS Pro account (you can sign up for free). You can learn more about API keys in the official FingerprintJS Pro documentation.

Once you get public key, you need to set up the API key in the environment variable NEXT_PUBLIC_FPJS_PUBLIC_API_KEY.