Coder Social home page Coder Social logo

fingerprintjs-pro-svelte's Introduction

FingerprintJS logo

Build status Current NPM version Monthly downloads from NPM Monthly downloads from jsDelivr

Discord server

FingerprintJS is a source-available, client-side, browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged.

License

Starting version 4.0.0, FingerprintJS is licensed under Business Source License 1.1. The BSL allows use only for non-production purposes. You can learn more details in our announcement.

Use Case Is a commercial license required?
Exploring FingerprintJS for your own research, hobbies, and testing purposes No
Using FingerprintJS to build a proof-of-concept application No
Using FingerprintJS to build revenue-generating applications Yes
Using FingerprintJS to build software that is provided as a service (SaaS) Yes
Forking FingerprintJS for any production purposes Yes

To purchase a license for uses not authorized by BSL, please contact us at [email protected].

Demo

Visit https://fingerprintjs.github.io/fingerprintjs to know your visitor identifier.

Now, try visiting the same page in private / incognito mode and notice how the visitor identifier remains the same!

Getting Started

<script>
  // Initialize the agent at application startup.
  // If you're using an ad blocker or Brave/Firefox, this import will not work.
  // Please use the NPM package instead: https://t.ly/ORyXk
  const fpPromise = import('https://openfpcdn.io/fingerprintjs/v4')
    .then(FingerprintJS => FingerprintJS.load())

  // Get the visitor identifier when you need it.
  fpPromise
    .then(fp => fp.get())
    .then(result => {
      // This is the visitor identifier:
      const visitorId = result.visitorId
      console.log(visitorId)
    })
</script>

Run this code

Resources

πŸ“• API Reference

βš›οΈ Sample usage with React on the StackBlitz platform

Limitations

Accuracy

Since FingerprintJS processes and generates the fingerprints from within the browser itself, the accuracy is limited (40% - 60%). For example, when 2 different users send requests using identical (i.e. same version, same vendor, same platform), browsers, FingerprintJS will not be able to tell these two browsers apart, primarily because the attribitutes from these browsers will be identical.

Security

Because of how the fingerprints are processed and generated from within the browser itself, they are vulnerable to spoofing and reverse engineering.

Get 99.5% accuracy

Fingerprint Identification is a closed-source, commercial device identification product designed for fraud detection, device identification, marketing attribution, and analytics. This product is an enhanced version of FingerprintJS and has been fully re-designed to solve the most challenging identification use cases. Its source is not available in this or any other public repository.

Fingerprint Identification is able to achieve 99.5% accuracy, because it processes the browser attributes on the server and also analyzes vast amounts of auxiliary data (e.g. IP addresses, time of visit patterns, URL changes, etc.). Because of these advanced matching techniques, Fingerprint Identification is able to reliably deduplicate different users that have identical devices. For a comprehensive list of advantages over FingerprintJS, please visit Fingerprint Identification vs. FingerprintJS.

Fingerprint Identification is available for Web, Android, iOS, and other platforms. Our plans start at $400 per month and include with them 100K API calls. You can easily get started by signing up for a free, no-obligation 14-day trial.

Resources

🍿 Fingerprint Identification live demo

▢️ Video: Use Fingerprint Identification to prevent multiple signups by same user

πŸ—‚οΈ Sample responses for the different Fingerprint Identification plans

⏱️ How to upgrade from FingerprintJS to Fingerprint Identification in 30 seconds

πŸ“• Fingerprint Identification documentation

Migrating to v4

Migrating from Migration Guide Documentation
v3 Migrating from v3 to v4 v3 documentation
v2 Migrating from v2 to v4 v2 documentation
v1 Migrating from v1 to v4 v1 documentation

Version policy

See the compatibility policy for the API and visitor identifiers in the version policy guide.

Supported browsers

The library supports all popular browsers. See more details and learn how to run the library in old browsers in the browser support guide.

Where to get support

Using Issues and Discussions publicly will help the open-source community and other users with similar issues. However, if you require private support, please email us at [email protected].

Contributing

See the contribution guidelines to learn how to start a playground, test, and build.

fingerprintjs-pro-svelte's People

Contributors

dependabot[bot] avatar ilfa avatar jurouhlar avatar semantic-release-bot avatar theunderscorer avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

lor3nzoo

fingerprintjs-pro-svelte's Issues

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Errors are not propagated correctly

When I accidentally misconfigure the config, the library does not propagate errors to the console, then as a developer, I don't know what to do and I'm frustrated.

How to reproduce

Configure the lib as usual and use the incorrect region.

Expected value in the console

Message about the wrong region.

The current value in the console

loader_v3.8.1.js:8          POST https://ap.api.fpjs.io/?ci=js/3.8.1&ii=fingerprintjs-pro-svelte/1.1.3&ii=fingerprintjs-pro-spa/0.6.0 400
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
Promise.then (async)
(anonymous) @ loader_v3.8.1.js:8
J @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
a @ loader_v3.8.1.js:8
Promise.then (async)
c @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
kt @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
F @ loader_v3.8.1.js:8
At @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
Promise.then (async)
(anonymous) @ loader_v3.8.1.js:8
f @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
Qn @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
F @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
Et @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
a @ loader_v3.8.1.js:8
Promise.then (async)
c @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
p @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
(anonymous) @ loader_v3.8.1.js:8
t @ loader_v3.8.1.js:8
F @ loader_v3.8.1.js:8
get @ loader_v3.8.1.js:8
(anonymous) @ fp-pro-spa.esm.js:338
fulfilled @ tslib.es6.js:73
Promise.then (async)
step @ tslib.es6.js:75
(anonymous) @ tslib.es6.js:76
__awaiter @ tslib.es6.js:72
_identify @ fp-pro-spa.esm.js:330
(anonymous) @ fp-pro-spa.esm.js:307
(anonymous) @ tslib.es6.js:76
__awaiter @ tslib.es6.js:72
getVisitorData @ fp-pro-spa.esm.js:303
getVisitorData @ client.js:8
await in getVisitorData (async)
getData @ useVisitorData.js:29
click_handler @ VisitorData.svelte? [sm]:18

The automated release is failing 🚨

🚨 The automated release from the test branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the test branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.