Protect Your Web Application with User Identity

A lightweight, privacy-focused solution that helps you identify users and prevent fraud while respecting privacy

See Your Digital Identity

Below is the information we can detect about your browser and device. This helps websites identify you without requiring personal information like email or phone number.

Your system hash
Your IP: Loading from userInfo()...
Loading your information...

Start Using Fingerprint Today

1

Install the Package

npm install fingerprint-oss
2

Implement in Your Code

const { userInfo } = require('fingerprint-oss');
const data = userInfo();
3

Protect Your Application

Use the returned data to identify users, prevent fraud, and enhance security while maintaining privacy.

View Documentation