Replies: 2 comments 1 reply
-
For fingerprint.js (client-side version in this repo), it's not possible to validate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use fingerprintjs in my frontend application to compute visitor ids but one can easily pass something else in the api. So, I was wondering if there's a way to validate the visitor id that I receive in the backend?
For now, I can only think of adding checks like 20 characters and contains hex characters. But these checks are very basic. Anyone can bypass these checks.
Beta Was this translation helpful? Give feedback.
All reactions