Here’s a plugin I just created using the FingerPrintJS library. A hashed visitor identification is generated from browser attributes using the fingerprinting tool FingerprintJS. A fingerprint does not change even while the browser is in private or incognito mode, unlike cookies and local storage.
Uses:
Build a unique ID or “fingerprint” of an individual
hello there. I have a question. Can I use as a unique device id identifier ? in other words it will be the same as long as the user is using the same webview app/ pwa? Thank you
As per the library, 1 ID will be unique to 1 device and 1 browser.
If you generate an ID on chrome and firefox on the same device, it will return 2 different IDs.
I’m doing some tests. Apparently the new versions of the plugins are not showing the IDs attribute. I had to revert to version 2, the same one used in the plugin’s demo editor.
So far it’s working fine. But I think some corrections should be made to the current version.